linux/include/net/netfilter/nfnetlink_log.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef _KER_NFNETLINK_LOG_H
   3#define _KER_NFNETLINK_LOG_H
   4
   5void
   6nfulnl_log_packet(struct net *net,
   7                  u_int8_t pf,
   8                  unsigned int hooknum,
   9                  const struct sk_buff *skb,
  10                  const struct net_device *in,
  11                  const struct net_device *out,
  12                  const struct nf_loginfo *li_user,
  13                  const char *prefix);
  14
  15#define NFULNL_COPY_DISABLED    0xff
  16
  17#endif /* _KER_NFNETLINK_LOG_H */
  18
  19