Searched refs:nlpid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/wireless/ |
| H A D | nl80211.h | 111 struct wireless_dev *wdev, u32 nlpid,
|
| H A D | core.h | 389 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
|
| /linux-6.15/tools/testing/selftests/net/openvswitch/ |
| H A D | openvswitch.sh | 303 nlpid=$(grep -E "listening on upcall packet handler" \ 308 …"sample(sample=100%,actions(psample(group=2,cookie=eeff0c),userspace(pid=${nlpid},userdata=eeff0c)…
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_tables_api.c | 942 u8 family, u8 genmask, u32 nlpid) in nft_table_lookup() argument 957 nlpid && table->nlpid != nlpid) in nft_table_lookup() 969 int family, u8 genmask, u32 nlpid) in nft_table_lookup_byhandle() argument 980 nlpid && table->nlpid != nlpid) in nft_table_lookup_byhandle() 1143 nla_put_be32(skb, NFTA_TABLE_OWNER, htonl(table->nlpid))) in nf_tables_fill_table_info() 1437 ctx->table->nlpid = ctx->portid; in nf_tables_updtable() 1601 table->nlpid = NETLINK_CB(skb).portid; in nf_tables_newtable() 1709 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush() 11056 table->nlpid = 0; in __nf_tables_abort() 11861 n->portid == table->nlpid) { in nft_rcv_nl_event()
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_tables.h | 1300 u32 nlpid; member
|