Searched refs:nfnetlink_send (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/netfilter/ |
D | nfnetlink.h | 39 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid,
|
/linux-4.1.27/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 | 455 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify() 1003 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify() 1800 err = nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify() 2468 err = nfnetlink_send(skb, ctx->net, portid, NFNLGRP_NFTABLES, in nf_tables_set_notify() 3234 err = nfnetlink_send(skb, net, portid, NFNLGRP_NFTABLES, ctx->report, in nf_tables_setelem_notify() 3658 err = nfnetlink_send(skb2, net, NETLINK_CB(skb).portid, in nf_tables_gen_notify()
|
D | nf_conntrack_netlink.c | 724 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event() 2493 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); in ctnetlink_expect_event()
|