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()
324 struct nlattr *nest, *nest2; in br_mdb_fill_info() local
326 nest = nla_nest_start_noflag(skb, MDBA_MDB); in br_mdb_fill_info()
327 if (nest == NULL) in br_mdb_fill_info()
376 nla_nest_end(skb, nest); in br_mdb_fill_info()
421 struct nlattr *nest, *nest2; in nlmsg_populate_mdb_fill() local
431 nest = nla_nest_start_noflag(skb, MDBA_MDB); in nlmsg_populate_mdb_fill()
432 if (nest == NULL) in nlmsg_populate_mdb_fill()
442 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
447 nla_nest_end(skb, nest); in nlmsg_populate_mdb_fill()
552 struct nlattr *nest, *port_nest; in nlmsg_populate_rtr_fill() local
564 nest = nla_nest_start_noflag(skb, MDBA_ROUTER); in nlmsg_populate_rtr_fill()
565 if (!nest) in nlmsg_populate_rtr_fill()
581 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()
586 nla_nest_end(skb, nest); in nlmsg_populate_rtr_fill()