Home
last modified time | relevance | path

Searched refs:nla_set_id (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h485 const struct nlattr *nla_set_id,
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_tables_api.c3663 const struct nlattr *nla_set_id, in nft_set_lookup_global() argument
3670 if (!nla_set_id) in nft_set_lookup_global()
3673 set = nft_set_lookup_byid(net, table, nla_set_id, genmask); in nft_set_lookup_global()