Home
last modified time | relevance | path

Searched refs:nf_log_buf_open (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_arp.c93 m = nf_log_buf_open(); in nf_log_arp_packet()
Dnf_log_ipv4.c325 m = nf_log_buf_open(); in nf_log_ip_packet()
/Linux-v4.19/include/net/netfilter/
Dnf_log.h99 struct nf_log_buf *nf_log_buf_open(void);
/Linux-v4.19/net/netfilter/
Dnf_log.c295 struct nf_log_buf *nf_log_buf_open(void) in nf_log_buf_open() function
308 EXPORT_SYMBOL_GPL(nf_log_buf_open);
/Linux-v4.19/net/ipv6/netfilter/
Dnf_log_ipv6.c357 m = nf_log_buf_open(); in nf_log_ip6_packet()