Home
last modified time | relevance | path

Searched refs:nfnetlink_unicast (Results 1 – 4 of 4) sorted by relevance

/net/netfilter/
Dnfnetlink.c169 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid) in nfnetlink_unicast() function
179 EXPORT_SYMBOL_GPL(nfnetlink_unicast);
Dnf_tables_api.c1024 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_gettable()
1822 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getchain()
3296 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getrule()
4269 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getset()
5269 return nfnetlink_unicast(skb, ctx->net, ctx->portid); in nft_get_set_elem()
6600 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getobj()
7501 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getflowtable()
7674 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getgen()
Dnfnetlink_log.c359 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid); in __nfulnl_send()
Dnfnetlink_queue.c681 err = nfnetlink_unicast(nskb, net, queue->peer_portid); in __nfqnl_enqueue_packet()