Searched refs:nfnetlink_unicast (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/linux/netfilter/ |
| D | nfnetlink.h | 53 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid);
|
| /Linux-v5.10/net/netfilter/ |
| D | nfnetlink.c | 169 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid) in nfnetlink_unicast() function 179 EXPORT_SYMBOL_GPL(nfnetlink_unicast);
|
| D | nf_tables_api.c | 839 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_gettable() 1603 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getchain() 3071 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getrule() 4030 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getset() 4927 return nfnetlink_unicast(skb, ctx->net, ctx->portid); in nft_get_set_elem() 6253 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getobj() 7118 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getflowtable() 7307 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getgen()
|
| D | nfnetlink_log.c | 359 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid); in __nfulnl_send()
|
| D | nfnetlink_queue.c | 684 err = nfnetlink_unicast(nskb, net, queue->peer_portid); in __nfqnl_enqueue_packet()
|