Searched refs:nfnetlink_send (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/netfilter/ |
D | nfnetlink.h | 39 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid,
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink.c | 132 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, in nfnetlink_send() function 137 EXPORT_SYMBOL_GPL(nfnetlink_send);
|
D | nf_tables_api.c | 493 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify() 1046 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify() 1871 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify() 2536 err = nfnetlink_send(skb, ctx->net, portid, NFNLGRP_NFTABLES, in nf_tables_set_notify() 3303 err = nfnetlink_send(skb, net, portid, NFNLGRP_NFTABLES, ctx->report, in nf_tables_setelem_notify() 3726 err = nfnetlink_send(skb2, net, NETLINK_CB(skb).portid, in nf_tables_gen_notify()
|
D | nf_conntrack_netlink.c | 756 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event() 2621 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); in ctnetlink_expect_event()
|