Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh304 nlpid=$(grep -E "listening on upcall packet handler" \
309 …"sample(sample=100%,actions(psample(group=2,cookie=eeff0c),userspace(pid=${nlpid},userdata=eeff0c)…
/linux/net/wireless/
H A Dcore.h397 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
/linux/net/netfilter/
H A Dnf_tables_api.c997 u8 family, u8 genmask, u32 nlpid) in nft_table_lookup() argument
1012 nlpid && table->nlpid != nlpid) in nft_table_lookup()
1024 int family, u8 genmask, u32 nlpid) in nft_table_lookup_byhandle() argument
1035 nlpid && table->nlpid != nlpid) in nft_table_lookup_byhandle()
1202 nla_put_be32(skb, NFTA_TABLE_OWNER, htonl(table->nlpid))) in nf_tables_fill_table_info()
1496 ctx->table->nlpid = ctx->portid; in nf_tables_updtable()
1660 table->nlpid = NETLINK_CB(skb).portid; in nf_tables_newtable()
1768 if (nft_table_has_owner(table) && table->nlpid != ctx->portid) in nft_flush()
11197 table->nlpid = 0; in __nf_tables_abort()
11998 n->portid == table->nlpid) { in nft_rcv_nl_event()
/linux/include/net/netfilter/
H A Dnf_tables.h1324 u32 nlpid; member