Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_netlink_tunnel.c102 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_VID, in br_fill_vlan_tinfo()
195 [IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 },
238 !tb[IFLA_BRIDGE_VLAN_TUNNEL_VID]) in br_parse_vlan_tunnel_info()
242 vid = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_VID]); in br_parse_vlan_tunnel_info()
/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h146 IFLA_BRIDGE_VLAN_TUNNEL_VID, enumerator