Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_arp.c90 m = nf_log_buf_open(); in nf_log_arp_packet()
Dnf_log_ipv4.c322 m = nf_log_buf_open(); in nf_log_ip_packet()
/Linux-v5.4/include/net/netfilter/
Dnf_log.h99 struct nf_log_buf *nf_log_buf_open(void);
/Linux-v5.4/net/netfilter/
Dnf_log.c296 struct nf_log_buf *nf_log_buf_open(void) in nf_log_buf_open() function
309 EXPORT_SYMBOL_GPL(nf_log_buf_open);
/Linux-v5.4/net/ipv6/netfilter/
Dnf_log_ipv6.c354 m = nf_log_buf_open(); in nf_log_ip6_packet()