Lines Matching refs:nest
513 struct nlattr *nest; in tcf_dump_walker() local
537 nest = nla_nest_start_noflag(skb, n_i); in tcf_dump_walker()
538 if (!nest) { in tcf_dump_walker()
547 nlmsg_trim(skb, nest); in tcf_dump_walker()
550 nla_nest_end(skb, nest); in tcf_dump_walker()
568 nla_nest_cancel(skb, nest); in tcf_dump_walker()
590 struct nlattr *nest; in tcf_del_walker() local
598 nest = nla_nest_start_noflag(skb, 0); in tcf_del_walker()
599 if (nest == NULL) in tcf_del_walker()
627 nla_nest_end(skb, nest); in tcf_del_walker()
631 nla_nest_cancel(skb, nest); in tcf_del_walker()
1167 struct nlattr *nest; in tcf_action_dump_1() local
1192 nest = nla_nest_start_noflag(skb, TCA_ACT_OPTIONS); in tcf_action_dump_1()
1193 if (nest == NULL) in tcf_action_dump_1()
1197 nla_nest_end(skb, nest); in tcf_action_dump_1()
1212 struct nlattr *nest; in tcf_action_dump() local
1216 nest = nla_nest_start_noflag(skb, i + 1); in tcf_action_dump()
1217 if (nest == NULL) in tcf_action_dump()
1223 nla_nest_end(skb, nest); in tcf_action_dump()
1231 nla_nest_cancel(skb, nest); in tcf_action_dump()
1582 struct nlattr *nest; in tca_get_fill() local
1596 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill()
1597 if (!nest) in tca_get_fill()
1603 nla_nest_end(skb, nest); in tca_get_fill()
1687 struct nlattr *nest; in tca_action_flush() local
1723 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush()
1724 if (!nest) { in tca_action_flush()
1731 nla_nest_cancel(skb, nest); in tca_action_flush()
1735 nla_nest_end(skb, nest); in tca_action_flush()
2089 struct nlattr *nest; in tc_dump_action() local
2143 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
2144 if (nest == NULL) in tc_dump_action()
2152 nla_nest_end(skb, nest); in tc_dump_action()