Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/
Dbr_netlink.c574 struct nlattr *mst_nest; in br_fill_ifinfo() local
580 mst_nest = nla_nest_start(skb, IFLA_BRIDGE_MST); in br_fill_ifinfo()
581 if (!mst_nest) in br_fill_ifinfo()
588 nla_nest_end(skb, mst_nest); in br_fill_ifinfo()