Searched refs:nfnetlink_send (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/netfilter/ |
D | nfnetlink.h | 43 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid,
|
/Linux-v4.19/net/netfilter/ |
D | nfnetlink.c | 138 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, in nfnetlink_send() function 143 EXPORT_SYMBOL_GPL(nfnetlink_send);
|
D | nf_tables_trace.c | 282 nfnetlink_send(skb, nft_net(pkt), 0, NFNLGRP_NFTRACE, 0, GFP_ATOMIC); in nft_trace_notify()
|
D | nf_tables_api.c | 579 nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_table_notify() 1238 nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_chain_notify() 2257 nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_rule_notify() 3186 nfnetlink_send(skb, ctx->net, portid, NFNLGRP_NFTABLES, ctx->report, in nf_tables_set_notify() 4153 nfnetlink_send(skb, net, portid, NFNLGRP_NFTABLES, ctx->report, in nf_tables_setelem_notify() 5255 nfnetlink_send(skb, net, portid, NFNLGRP_NFTABLES, report, gfp); in nft_obj_notify() 5857 nfnetlink_send(skb, ctx->net, ctx->portid, NFNLGRP_NFTABLES, in nf_tables_flowtable_notify() 5967 nfnetlink_send(skb2, net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES, in nf_tables_gen_notify()
|
D | nf_conntrack_netlink.c | 796 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event() 2822 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); in ctnetlink_expect_event()
|