Lines Matching refs:nest
24 struct nlattr *nest, *port_nest; in br_rports_fill_info() local
29 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in br_rports_fill_info()
30 if (nest == NULL) in br_rports_fill_info()
50 nla_nest_end(skb, nest); in br_rports_fill_info()
53 nla_nest_cancel(skb, nest); in br_rports_fill_info()
133 struct nlattr *nest, *nest2; in br_mdb_fill_info() local
138 nest = nla_nest_start_noflag(skb, MDBA_MDB); in br_mdb_fill_info()
139 if (nest == NULL) in br_mdb_fill_info()
181 nla_nest_end(skb, nest); in br_mdb_fill_info()
271 struct nlattr *nest, *nest2; in nlmsg_populate_mdb_fill() local
281 nest = nla_nest_start_noflag(skb, MDBA_MDB); in nlmsg_populate_mdb_fill()
282 if (nest == NULL) in nlmsg_populate_mdb_fill()
292 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
297 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
467 struct nlattr *nest; in nlmsg_populate_rtr_fill() local
477 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in nlmsg_populate_rtr_fill()
478 if (!nest) in nlmsg_populate_rtr_fill()
484 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()
489 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()