Home
last modified time | relevance | path

Searched refs:nlpid (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Dnl80211.h111 struct wireless_dev *wdev, u32 nlpid,
H A Dcore.h390 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh303 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 Dnf_tables_api.c944 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 Dnf_tables.h1291 u32 nlpid; member