Searched refs:nfnetlink_send (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/netfilter/ |
H A D | nfnetlink.h | 55 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid,
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink.c | 176 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, in nfnetlink_send() function 183 EXPORT_SYMBOL_GPL(nfnetlink_send);
|
H A D | nf_tables_trace.c | 294 nfnetlink_send(skb, nft_net(pkt), 0, NFNLGRP_NFTRACE, 0, GFP_ATOMIC); in nft_trace_notify()
|
H A D | nf_conntrack_netlink.c | 841 err = nfnetlink_send(skb, net, item->portid, group, item->report, in ctnetlink_conntrack_event() 3129 nfnetlink_send(skb, net, item->portid, group, item->report, GFP_ATOMIC); in ctnetlink_expect_event()
|
H A D | nf_tables_api.c | 9182 nfnetlink_send(skb2, net, NETLINK_CB(skb).portid, NFNLGRP_NFTABLES, 10063 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nf_tables_commit_audit_collect() 10069 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nf_tables_commit_audit_collect()
|