Home
last modified time | relevance | path

Searched refs:nf_log_set (Results 1 – 6 of 6) sorted by relevance

/net/bridge/netfilter/
Dnf_log_bridge.c37 return nf_log_set(net, NFPROTO_BRIDGE, &nf_bridge_logger); in nf_log_bridge_net_init()
/net/netfilter/
Dnf_log_netdev.c36 return nf_log_set(net, NFPROTO_NETDEV, &nf_netdev_logger); in nf_log_netdev_net_init()
Dnf_log.c45 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger) in nf_log_set() function
61 EXPORT_SYMBOL(nf_log_set);
/net/ipv4/netfilter/
Dnf_log_arp.c126 return nf_log_set(net, NFPROTO_ARP, &nf_arp_logger); in nf_log_arp_net_init()
Dnf_log_ipv4.c349 return nf_log_set(net, NFPROTO_IPV4, &nf_ip_logger); in nf_log_ipv4_net_init()
/net/ipv6/netfilter/
Dnf_log_ipv6.c381 return nf_log_set(net, NFPROTO_IPV6, &nf_ip6_logger); in nf_log_ipv6_net_init()