Home
last modified time | relevance | path

Searched refs:nf_log_unset (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/netfilter/
A Dnf_log_syslog.c990 nf_log_unset(net, &nf_netdev_logger); in nf_log_syslog_net_init()
992 nf_log_unset(net, &nf_ip6_logger); in nf_log_syslog_net_init()
994 nf_log_unset(net, &nf_arp_logger); in nf_log_syslog_net_init()
996 nf_log_unset(net, &nf_ip_logger); in nf_log_syslog_net_init()
1002 nf_log_unset(net, &nf_ip_logger); in nf_log_syslog_net_exit()
1003 nf_log_unset(net, &nf_arp_logger); in nf_log_syslog_net_exit()
1004 nf_log_unset(net, &nf_ip6_logger); in nf_log_syslog_net_exit()
1005 nf_log_unset(net, &nf_netdev_logger); in nf_log_syslog_net_exit()
1006 nf_log_unset(net, &nf_bridge_logger); in nf_log_syslog_net_exit()
A Dnf_log.c63 void nf_log_unset(struct net *net, const struct nf_logger *logger) in nf_log_unset() function
76 EXPORT_SYMBOL(nf_log_unset);
A Dnfnetlink_log.c1144 nf_log_unset(net, &nfulnl_logger); in nfnl_log_net_exit()
/linux-6.3-rc2/include/net/netfilter/
A Dnf_log.h63 void nf_log_unset(struct net *net, const struct nf_logger *logger);

Completed in 8 milliseconds