nf_log_buf         97 include/net/netfilter/nf_log.h struct nf_log_buf;
nf_log_buf         99 include/net/netfilter/nf_log.h struct nf_log_buf *nf_log_buf_open(void);
nf_log_buf        100 include/net/netfilter/nf_log.h __printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...);
nf_log_buf        101 include/net/netfilter/nf_log.h void nf_log_buf_close(struct nf_log_buf *m);
nf_log_buf        104 include/net/netfilter/nf_log.h int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb,
nf_log_buf        106 include/net/netfilter/nf_log.h int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb,
nf_log_buf        109 include/net/netfilter/nf_log.h void nf_log_dump_sk_uid_gid(struct net *net, struct nf_log_buf *m,
nf_log_buf        111 include/net/netfilter/nf_log.h void nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf,
nf_log_buf         42 net/ipv4/netfilter/nf_log_arp.c static void dump_arp_packet(struct nf_log_buf *m,
nf_log_buf         84 net/ipv4/netfilter/nf_log_arp.c 	struct nf_log_buf *m;
nf_log_buf         35 net/ipv4/netfilter/nf_log_ipv4.c static void dump_ipv4_packet(struct net *net, struct nf_log_buf *m,
nf_log_buf        272 net/ipv4/netfilter/nf_log_ipv4.c static void dump_ipv4_mac_header(struct nf_log_buf *m,
nf_log_buf        316 net/ipv4/netfilter/nf_log_ipv4.c 	struct nf_log_buf *m;
nf_log_buf         36 net/ipv6/netfilter/nf_log_ipv6.c static void dump_ipv6_packet(struct net *net, struct nf_log_buf *m,
nf_log_buf        285 net/ipv6/netfilter/nf_log_ipv6.c static void dump_ipv6_mac_header(struct nf_log_buf *m,
nf_log_buf        348 net/ipv6/netfilter/nf_log_ipv6.c 	struct nf_log_buf *m;
nf_log_buf        274 net/netfilter/nf_log.c static struct nf_log_buf emergency, *emergency_ptr = &emergency;
nf_log_buf        276 net/netfilter/nf_log.c __printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...)
nf_log_buf        296 net/netfilter/nf_log.c struct nf_log_buf *nf_log_buf_open(void)
nf_log_buf        298 net/netfilter/nf_log.c 	struct nf_log_buf *m = kmalloc(sizeof(*m), GFP_ATOMIC);
nf_log_buf        311 net/netfilter/nf_log.c void nf_log_buf_close(struct nf_log_buf *m)
nf_log_buf         21 net/netfilter/nf_log_common.c int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb,
nf_log_buf         53 net/netfilter/nf_log_common.c int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb,
nf_log_buf        132 net/netfilter/nf_log_common.c void nf_log_dump_sk_uid_gid(struct net *net, struct nf_log_buf *m,
nf_log_buf        150 net/netfilter/nf_log_common.c nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf,