Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_log.h99 struct nf_log_buf *nf_log_buf_open(void);
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_log_arp.c105 m = nf_log_buf_open(); in nf_log_arp_packet()
Dnf_log_ipv4.c324 m = nf_log_buf_open(); in nf_log_ip_packet()
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnf_log_ipv6.c356 m = nf_log_buf_open(); in nf_log_ip6_packet()