Home
last modified time | relevance | path

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

/net/bridge/
Dbr_mdb.c24 struct nlattr *nest, *port_nest; in br_rports_fill_info() local
36 port_nest = nla_nest_start_noflag(skb, MDBA_ROUTER_PORT); in br_rports_fill_info()
37 if (!port_nest) in br_rports_fill_info()
44 nla_nest_cancel(skb, port_nest); in br_rports_fill_info()
47 nla_nest_end(skb, port_nest); in br_rports_fill_info()