Home
last modified time | relevance | path

Searched refs:port_nest (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_mdb.c76 struct nlattr *nest, *port_nest; in br_rports_fill_info() local
106 port_nest = nla_nest_start_noflag(skb, MDBA_ROUTER_PORT); in br_rports_fill_info()
107 if (!port_nest) in br_rports_fill_info()
122 nla_nest_cancel(skb, port_nest); in br_rports_fill_info()
125 nla_nest_end(skb, port_nest); in br_rports_fill_info()
542 struct nlattr *nest, *port_nest; in nlmsg_populate_rtr_fill() local
558 port_nest = nla_nest_start_noflag(skb, MDBA_ROUTER_PORT); in nlmsg_populate_rtr_fill()
559 if (!port_nest) in nlmsg_populate_rtr_fill()
562 nla_nest_cancel(skb, port_nest); in nlmsg_populate_rtr_fill()
566 nla_nest_cancel(skb, port_nest); in nlmsg_populate_rtr_fill()
[all …]