Lines Matching refs:nest
76 struct nlattr *nest, *port_nest; in br_rports_fill_info() local
82 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in br_rports_fill_info()
83 if (nest == NULL) in br_rports_fill_info()
128 nla_nest_end(skb, nest); in br_rports_fill_info()
131 nla_nest_cancel(skb, nest); in br_rports_fill_info()
178 struct nlattr *nest, *nest_ent; in __mdb_fill_srcs() local
183 nest = nla_nest_start(skb, MDBA_MDB_EATTR_SRC_LIST); in __mdb_fill_srcs()
184 if (!nest) in __mdb_fill_srcs()
221 nla_nest_end(skb, nest); in __mdb_fill_srcs()
226 nla_nest_cancel(skb, nest); in __mdb_fill_srcs()
322 struct nlattr *nest, *nest2; in br_mdb_fill_info() local
327 nest = nla_nest_start_noflag(skb, MDBA_MDB); in br_mdb_fill_info()
328 if (nest == NULL) in br_mdb_fill_info()
377 nla_nest_end(skb, nest); in br_mdb_fill_info()
469 struct nlattr *nest, *nest2; in nlmsg_populate_mdb_fill() local
479 nest = nla_nest_start_noflag(skb, MDBA_MDB); in nlmsg_populate_mdb_fill()
480 if (nest == NULL) in nlmsg_populate_mdb_fill()
490 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
495 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
587 struct nlattr *nest, *port_nest; in nlmsg_populate_rtr_fill() local
599 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in nlmsg_populate_rtr_fill()
600 if (!nest) in nlmsg_populate_rtr_fill()
616 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()
621 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()