Searched refs:nlpid (Results 1 – 5 of 5) sorted by relevance
/linux/net/wireless/ |
H A D | nl80211.h | 111 struct wireless_dev *wdev, u32 nlpid,
|
H A D | core.h | 390 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
|
/linux/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/net/netfilter/ |
H A D | nf_tables_api.c | 944 u8 family, u8 genmask, u32 nlpid) in nft_table_lookup() argument 959 nlpid && table->nlpid != nlpid) in nft_table_lookup() 971 int family, u8 genmask, u32 nlpid) in nft_table_lookup_byhandle() argument 982 nlpid && table->nlpid != nlpid) in nft_table_lookup_byhandle() 1145 nla_put_be32(skb, NFTA_TABLE_OWNER, htonl(table->nlpid))) in nf_tables_fill_table_info() 1439 ctx->table->nlpid = ctx->portid; in nf_tables_updtable() 1603 table->nlpid = NETLINK_CB(skb).portid; in nf_tables_newtable() 1711 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush() 11004 table->nlpid = 0; in __nf_tables_abort() 11847 n->portid == table->nlpid) { in nft_rcv_nl_event()
|
/linux/include/net/netfilter/ |
H A D | nf_tables.h | 1291 u32 nlpid; member
|