Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h636 const struct nlattr *nla_set_id,
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c4434 const struct nlattr *nla_set_id, in nft_set_lookup_global()
4441 if (!nla_set_id) in nft_set_lookup_global()
4444 set = nft_set_lookup_byid(net, table, nla_set_id, genmask); in nft_set_lookup_global()
4435 nft_set_lookup_global(const struct net * net,const struct nft_table * table,const struct nlattr * nla_set_name,const struct nlattr * nla_set_id,u8 genmask) nft_set_lookup_global() argument