/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | nfnetlink.h | 52 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid);
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | nfnetlink.h | 58 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid);
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A 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); variable
|
H A D | nf_tables_api.c | 1024 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_gettable() 1821 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getchain() 3295 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getrule() 4268 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getset() 5268 return nfnetlink_unicast(skb, ctx->net, ctx->portid); in nft_get_set_elem() 6599 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getobj() 7500 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getflowtable() 7673 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getgen()
|
H A D | nfnetlink_log.c | 359 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid); in __nfulnl_send()
|
H A D | nfnetlink_queue.c | 682 /* nfnetlink_unicast will either free the nskb or add it to a socket */ in __nfqnl_enqueue_packet() 683 err = nfnetlink_unicast(nskb, net, queue->peer_portid); in __nfqnl_enqueue_packet()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_cttimeout.c | 304 ret = nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in cttimeout_get_timeout() 509 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in cttimeout_default_get()
|
H A D | nfnetlink.c | 193 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid) in nfnetlink_unicast() function 204 EXPORT_SYMBOL_GPL(nfnetlink_unicast); variable
|
H A D | nfnetlink_acct.c | 318 ret = nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in nfnl_acct_get()
|
H A D | nfnetlink_cthelper.c | 674 ret = nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in nfnl_cthelper_get()
|
H A D | nft_compat.c | 743 ret = nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in nfnl_compat_get_rcu()
|
H A D | nf_conntrack_netlink.c | 1703 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ctnetlink_get_conntrack() 2614 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ctnetlink_stat_ct() 3363 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ctnetlink_get_expect()
|
H A D | nf_tables_api.c | 1140 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_gettable() 1971 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getchain() 3678 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getrule() 4723 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getset() 6019 return nfnetlink_unicast(skb, ctx->net, ctx->portid); in nft_get_set_elem() 7843 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getobj() 8777 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getflowtable() 8951 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in nf_tables_getgen()
|
H A D | nfnetlink_log.c | 374 nfnetlink_unicast(inst->skb, inst->net, inst->peer_portid); in __nfulnl_send()
|
H A D | nfnetlink_queue.c | 710 /* nfnetlink_unicast will either free the nskb or add it to a socket */ in __nfqnl_enqueue_packet() 711 err = nfnetlink_unicast(nskb, net, queue->peer_portid); in __nfqnl_enqueue_packet()
|
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_core.c | 1775 nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in call_ad() 1920 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ip_set_header() 1975 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ip_set_type() 2014 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ip_set_protocol() 2056 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ip_set_byname() 2103 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid); in ip_set_byindex()
|