Blame view

include/net/netfilter/nfnetlink_log.h 356 Bytes
5f7340eff   Eric Leblond   netfilter: xt_NFL...
1
2
3
4
  #ifndef _KER_NFNETLINK_LOG_H
  #define _KER_NFNETLINK_LOG_H
  
  void
d9e150071   Patrick McHardy   netfilter: nfnetl...
5
  nfulnl_log_packet(u_int8_t pf,
5f7340eff   Eric Leblond   netfilter: xt_NFL...
6
7
8
9
10
11
  		  unsigned int hooknum,
  		  const struct sk_buff *skb,
  		  const struct net_device *in,
  		  const struct net_device *out,
  		  const struct nf_loginfo *li_user,
  		  const char *prefix);
cca5cf91c   Pablo Neira Ayuso   nfnetlink_log: do...
12
  #define NFULNL_COPY_DISABLED    0xff
5f7340eff   Eric Leblond   netfilter: xt_NFL...
13
  #endif /* _KER_NFNETLINK_LOG_H */