Lines Matching full: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()
1198 struct nlattr *nest; in tcf_action_dump_1() local
1223 nest = nla_nest_start_noflag(skb, TCA_ACT_OPTIONS); in tcf_action_dump_1()
1224 if (nest == NULL) in tcf_action_dump_1()
1228 nla_nest_end(skb, nest); in tcf_action_dump_1()
1243 struct nlattr *nest; in tcf_action_dump() local
1246 nest = nla_nest_start_noflag(skb, i + 1); in tcf_action_dump()
1247 if (nest == NULL) in tcf_action_dump()
1253 nla_nest_end(skb, nest); in tcf_action_dump()
1261 nla_nest_cancel(skb, nest); in tcf_action_dump()
1630 struct nlattr *nest; in tca_get_fill() local
1644 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_get_fill()
1645 if (!nest) in tca_get_fill()
1651 nla_nest_end(skb, nest); in tca_get_fill()
1735 struct nlattr *nest; in tca_action_flush() local
1771 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tca_action_flush()
1772 if (!nest) { in tca_action_flush()
1779 nla_nest_cancel(skb, nest); in tca_action_flush()
1783 nla_nest_end(skb, nest); in tca_action_flush()
2184 struct nlattr *nest; in tc_dump_action() local
2238 nest = nla_nest_start_noflag(skb, TCA_ACT_TAB); in tc_dump_action()
2239 if (nest == NULL) in tc_dump_action()
2247 nla_nest_end(skb, nest); in tc_dump_action()