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.sh504 nlpid=$(grep -E "listening on upcall packet handler" \
506 [ -z "$nlpid" ] && \
511 "sample(sample=100%,actions(psample(group=2,cookie=eeff0c),userspace(pid=${nlpid},userdata=eeff0c))),1"
/linux/net/wireless/
H A Dcore.h400 void cfg80211_mlme_unregister_socket(struct wireless_dev *wdev, u32 nlpid);
/linux/net/netfilter/
H A Dnf_tables_api.c983 u8 family, u8 genmask, u32 nlpid) in nft_table_lookup() argument
998 nlpid && table->nlpid != nlpid) in nft_table_lookup()
1010 int family, u8 genmask, u32 nlpid) in nft_table_lookup_byhandle() argument
1021 nlpid && table->nlpid != nlpid) in nft_table_lookup_byhandle()
1188 nla_put_be32(skb, NFTA_TABLE_OWNER, htonl(table->nlpid))) in nf_tables_fill_table_info()
1482 ctx->table->nlpid in nf_tables_updtable()
[all...]
/linux/include/net/netfilter/
H A Dnf_tables.h1322 u32 nlpid; member