Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/include/net/netfilter/
Dnf_log.h94 struct nf_log_buf *nf_log_buf_open(void);
/linux-4.1.27/net/netfilter/
Dnf_log.c272 struct nf_log_buf *nf_log_buf_open(void) in nf_log_buf_open() function
285 EXPORT_SYMBOL_GPL(nf_log_buf_open);
/linux-4.1.27/net/ipv6/netfilter/
Dnf_log_ipv6.c357 m = nf_log_buf_open(); in nf_log_ip6_packet()