Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_tables.h644 const struct nlattr *nla_set_id,
/linux-6.12.1/net/netfilter/
Dnf_tables_api.c4513 const struct nlattr *nla_set_id, in nft_set_lookup_global() argument
4520 if (!nla_set_id) in nft_set_lookup_global()
4523 set = nft_set_lookup_byid(net, table, nla_set_id, genmask); in nft_set_lookup_global()