Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_log_syslog.c991 nf_log_unset(net, &nf_netdev_logger); in nf_log_syslog_net_init()
993 nf_log_unset(net, &nf_ip6_logger); in nf_log_syslog_net_init()
995 nf_log_unset(net, &nf_arp_logger); in nf_log_syslog_net_init()
997 nf_log_unset(net, &nf_ip_logger); in nf_log_syslog_net_init()
1003 nf_log_unset(net, &nf_ip_logger); in nf_log_syslog_net_exit()
1004 nf_log_unset(net, &nf_arp_logger); in nf_log_syslog_net_exit()
1005 nf_log_unset(net, &nf_ip6_logger); in nf_log_syslog_net_exit()
1006 nf_log_unset(net, &nf_netdev_logger); in nf_log_syslog_net_exit()
1007 nf_log_unset(net, &nf_bridge_logger); in nf_log_syslog_net_exit()
H 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);
H A Dnfnetlink_log.c1152 nf_log_unset(net, &nfulnl_logger); in nfnl_log_net_exit()
/openbmc/linux/include/net/netfilter/
H A Dnf_log.h63 void nf_log_unset(struct net *net, const struct nf_logger *logger);