Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_tables_api.c1578 struct nlattr *nest, *nest_devs; in nft_dump_basechain_hook() local
1590 nest_devs = nla_nest_start_noflag(skb, NFTA_HOOK_DEVS); in nft_dump_basechain_hook()
1600 nla_nest_end(skb, nest_devs); in nft_dump_basechain_hook()
7942 struct nlattr *nest, *nest_devs; in nf_tables_fill_flowtable_info() local
7967 nest_devs = nla_nest_start_noflag(skb, NFTA_FLOWTABLE_HOOK_DEVS); in nf_tables_fill_flowtable_info()
7968 if (!nest_devs) in nf_tables_fill_flowtable_info()
7975 nla_nest_end(skb, nest_devs); in nf_tables_fill_flowtable_info()