netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.
[linux-2.6/x86.git] / include / net / netfilter / nfnetlink_log.h
blob9b67f948a8d72a98187a8de936cd33700ad8cebb
1 #ifndef _KER_NFNETLINK_LOG_H
2 #define _KER_NFNETLINK_LOG_H
4 void
5 nfulnl_log_packet(unsigned int pf,
6 unsigned int hooknum,
7 const struct sk_buff *skb,
8 const struct net_device *in,
9 const struct net_device *out,
10 const struct nf_loginfo *li_user,
11 const char *prefix);
13 #endif /* _KER_NFNETLINK_LOG_H */