Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_netlink.c591 struct nlattr *mst_nest; in br_fill_ifinfo() local
597 mst_nest = nla_nest_start(skb, IFLA_BRIDGE_MST); in br_fill_ifinfo()
598 if (!mst_nest) in br_fill_ifinfo()
605 nla_nest_end(skb, mst_nest); in br_fill_ifinfo()