Searched refs:nlpid (Results 1 – 5 of 5) sorted by relevance
| /linux/net/wireless/ |
| A D | nl80211.h | 111 struct wireless_dev *wdev, u32 nlpid,
|
| A D | core.h | 390 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| A D | openvswitch.sh | 301 nlpid=$(grep -E "listening on upcall packet handler" \ 306 …"sample(sample=100%,actions(psample(group=2,cookie=eeff0c),userspace(pid=${nlpid},userdata=eeff0c)…
|
| /linux/net/netfilter/ |
| A D | nf_tables_api.c | 843 u8 family, u8 genmask, u32 nlpid) in nft_table_lookup() argument 858 nlpid && table->nlpid != nlpid) in nft_table_lookup() 870 int family, u8 genmask, u32 nlpid) in nft_table_lookup_byhandle() argument 881 nlpid && table->nlpid != nlpid) in nft_table_lookup_byhandle() 1044 nla_put_be32(skb, NFTA_TABLE_OWNER, htonl(table->nlpid))) in nf_tables_fill_table_info() 1338 ctx->table->nlpid = ctx->portid; in nf_tables_updtable() 1503 table->nlpid = NETLINK_CB(skb).portid; in nf_tables_newtable() 1611 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush() 10739 table->nlpid = 0; in __nf_tables_abort() 11596 n->portid == table->nlpid) { in nft_rcv_nl_event()
|
| /linux/include/net/netfilter/ |
| A D | nf_tables.h | 1295 u32 nlpid; member
|
Completed in 39 milliseconds