Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink.c134 return netlink_has_listeners(net->nfnl, group); in nfnetlink_has_listeners()
141 return nlmsg_notify(net->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
147 return netlink_set_err(net->nfnl, portid, group, error); in nfnetlink_set_err()
154 return netlink_unicast(net->nfnl, skb, portid, flags); in nfnetlink_unicast()
217 err = nc->call_rcu(net, net->nfnl, skb, nlh, in nfnetlink_rcv_msg()
228 err = nc->call(net, net->nfnl, skb, nlh, in nfnetlink_rcv_msg()
430 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
585 struct sock *nfnl; in nfnetlink_net_init() local
594 nfnl = netlink_kernel_create(net, NETLINK_NETFILTER, &cfg); in nfnetlink_net_init()
595 if (!nfnl) in nfnetlink_net_init()
[all …]
Dnfnetlink_acct.c50 static int nfnl_acct_new(struct net *net, struct sock *nfnl, in nfnl_acct_new() argument
270 static int nfnl_acct_get(struct net *net, struct sock *nfnl, in nfnl_acct_get() argument
287 return netlink_dump_start(nfnl, skb, nlh, &c); in nfnl_acct_get()
314 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_acct_get()
343 static int nfnl_acct_del(struct net *net, struct sock *nfnl, in nfnl_acct_del() argument
463 netlink_broadcast(net->nfnl, skb, 0, NFNLGRP_ACCT_QUOTA, in nfnl_overquota_report()
Dnfnetlink_cthelper.c411 static int nfnl_cthelper_new(struct net *net, struct sock *nfnl, in nfnl_cthelper_new() argument
616 static int nfnl_cthelper_get(struct net *net, struct sock *nfnl, in nfnl_cthelper_get() argument
636 return netlink_dump_start(nfnl, skb, nlh, &c); in nfnl_cthelper_get()
676 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_cthelper_get()
687 static int nfnl_cthelper_del(struct net *net, struct sock *nfnl, in nfnl_cthelper_del() argument
Dnft_compat.c614 static int nfnl_compat_get_rcu(struct net *net, struct sock *nfnl, in nfnl_compat_get_rcu() argument
683 ret = netlink_unicast(nfnl, skb2, NETLINK_CB(skb).portid, in nfnl_compat_get_rcu()
/Linux-v4.19/include/net/
Dnet_namespace.h134 struct sock *nfnl; member