include/net/netfilter/nfnetlink_log.h
changeset 2 d1f6d8b6f81c
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
       
     1 #ifndef _KER_NFNETLINK_LOG_H
       
     2 #define _KER_NFNETLINK_LOG_H
       
     3 
       
     4 void
       
     5 nfulnl_log_packet(u_int8_t 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);
       
    12 
       
    13 #endif /* _KER_NFNETLINK_LOG_H */
       
    14