Lines Matching refs:nest

281 	struct nlattr *nest;  in tcf_dump_walker()  local
303 nest = nla_nest_start_noflag(skb, n_i); in tcf_dump_walker()
304 if (!nest) { in tcf_dump_walker()
313 nlmsg_trim(skb, nest); in tcf_dump_walker()
316 nla_nest_end(skb, nest); in tcf_dump_walker()
334 nla_nest_cancel(skb, nest); in tcf_dump_walker()
355 struct nlattr *nest; in tcf_del_walker() local
363 nest = nla_nest_start_noflag(skb, 0); in tcf_del_walker()
364 if (nest == NULL) in tcf_del_walker()
387 nla_nest_end(skb, nest); in tcf_del_walker()
391 nla_nest_cancel(skb, nest); in tcf_del_walker()
823 struct nlattr *nest; in tcf_action_dump_1() local
843 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in tcf_action_dump_1()
844 if (nest == NULL) in tcf_action_dump_1()
848 nla_nest_end(skb, nest); in tcf_action_dump_1()
863 struct nlattr *nest; in tcf_action_dump() local
867 nest = nla_nest_start_noflag(skb, i + 1); in tcf_action_dump()
868 if (nest == NULL) in tcf_action_dump()
874 nla_nest_end(skb, nest); in tcf_action_dump()
882 nla_nest_cancel(skb, nest); in tcf_action_dump()
1202 struct nlattr *nest; in tca_get_fill() local
1212 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill()
1213 if (!nest) in tca_get_fill()
1219 nla_nest_end(skb, nest); in tca_get_fill()
1302 struct nlattr *nest; in tca_action_flush() local
1338 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush()
1339 if (!nest) { in tca_action_flush()
1346 nla_nest_cancel(skb, nest); in tca_action_flush()
1350 nla_nest_end(skb, nest); in tca_action_flush()
1614 struct nlattr *nest; in tc_dump_action() local
1668 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
1669 if (nest == NULL) in tc_dump_action()
1677 nla_nest_end(skb, nest); in tc_dump_action()