Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c1762 struct nlattr *nest, *nest_devs; in nft_dump_basechain_hook() local
1774 nest_devs = nla_nest_start_noflag(skb, NFTA_HOOK_DEVS); in nft_dump_basechain_hook()
1775 if (!nest_devs) in nft_dump_basechain_hook()
1790 nla_nest_end(skb, nest_devs); in nft_dump_basechain_hook()
8696 struct nlattr *nest, *nest_devs; in nf_tables_fill_flowtable_info() local
8728 nest_devs = nla_nest_start_noflag(skb, NFTA_FLOWTABLE_HOOK_DEVS); in nf_tables_fill_flowtable_info()
8729 if (!nest_devs) in nf_tables_fill_flowtable_info()
8739 nla_nest_end(skb, nest_devs); in nf_tables_fill_flowtable_info()