Symbol: nf_log_buf
include/net/netfilter/nf_log.h
101
struct nf_log_buf *nf_log_buf_open(void);
include/net/netfilter/nf_log.h
102
__printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...);
include/net/netfilter/nf_log.h
103
void nf_log_buf_close(struct nf_log_buf *m);
include/net/netfilter/nf_log.h
99
struct nf_log_buf;
net/netfilter/nf_log.c
296
static struct nf_log_buf emergency, *emergency_ptr = &emergency;
net/netfilter/nf_log.c
298
__printf(2, 3) int nf_log_buf_add(struct nf_log_buf *m, const char *f, ...)
net/netfilter/nf_log.c
318
struct nf_log_buf *nf_log_buf_open(void)
net/netfilter/nf_log.c
320
struct nf_log_buf *m = kmalloc_obj(*m, GFP_ATOMIC);
net/netfilter/nf_log.c
333
void nf_log_buf_close(struct nf_log_buf *m)
net/netfilter/nf_log_syslog.c
113
nf_log_dump_packet_common(struct nf_log_buf *m, u8 pf,
net/netfilter/nf_log_syslog.c
144
struct nf_log_buf *m;
net/netfilter/nf_log_syslog.c
168
static void nf_log_dump_sk_uid_gid(struct net *net, struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
194
nf_log_dump_tcp_header(struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
277
nf_log_dump_udp_header(struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
312
dump_ipv4_packet(struct net *net, struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
49
static void nf_log_dump_vlan(struct nf_log_buf *m, const struct sk_buff *skb)
net/netfilter/nf_log_syslog.c
546
dump_ipv6_packet(struct net *net, struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
60
dump_arp_packet(struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
788
static void dump_mac_header(struct nf_log_buf *m,
net/netfilter/nf_log_syslog.c
854
struct nf_log_buf *m;
net/netfilter/nf_log_syslog.c
889
struct nf_log_buf *m;
net/netfilter/nf_log_syslog.c
925
struct nf_log_buf *m;