Searched refs:nest_devs (Results 1 – 1 of 1) sorted by relevance
5944 struct nlattr *nest, *nest_devs; in nf_tables_fill_flowtable_info() local5973 nest_devs = nla_nest_start_noflag(skb, NFTA_FLOWTABLE_HOOK_DEVS); in nf_tables_fill_flowtable_info()5974 if (!nest_devs) in nf_tables_fill_flowtable_info()5984 nla_nest_end(skb, nest_devs); in nf_tables_fill_flowtable_info()