Searched refs:nfnetlink_unicast (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nfnetlink.h | 58 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/ |
| H A D | 0005-include-Sync-with-kernel-headers.patch | 67 -extern int nfnetlink_unicast(struct sk_buff *skb, u_int32_t pid, int flags);
|
| /OK3568_Linux_fs/kernel/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);
|
| H A D | nf_tables_api.c | 865 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_gettable() 1612 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getchain() 3072 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getrule() 4020 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getset() 4925 return nfnetlink_unicast(skb, ctx->net, ctx->portid); in nft_get_set_elem() 6260 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid); in nf_tables_getobj() 7138 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()
|
| 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 | 681 err = nfnetlink_unicast(nskb, net, queue->peer_portid); in __nfqnl_enqueue_packet()
|
| /OK3568_Linux_fs/buildroot/package/libnfnetlink/ |
| H A D | 0002-include-Sync-with-kernel-headers.patch | 71 -extern int nfnetlink_unicast(struct sk_buff *skb, u_int32_t pid, int flags);
|