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

/linux-master/net/bridge/
H A Dbr_netlink_tunnel.c25 nla_total_size(sizeof(u16)) + /* IFLA_BRIDGE_VLAN_TUNNEL_VID */
102 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_VID,
195 [IFLA_BRIDGE_VLAN_TUNNEL_VID] = { .type = NLA_U16 },
238 !tb[IFLA_BRIDGE_VLAN_TUNNEL_VID])
242 vid = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_VID]);
/linux-master/include/uapi/linux/
H A Dif_bridge.h146 IFLA_BRIDGE_VLAN_TUNNEL_VID, enumerator in enum:__anon3527

Completed in 112 milliseconds