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

/linux-master/net/bridge/
H A Dbr_netlink_tunnel.c24 nla_total_size(sizeof(u32)) + /* IFLA_BRIDGE_VLAN_TUNNEL_ID */
99 if (nla_put_u32(skb, IFLA_BRIDGE_VLAN_TUNNEL_ID,
194 [IFLA_BRIDGE_VLAN_TUNNEL_ID] = { .type = NLA_U32 },
237 if (!tb[IFLA_BRIDGE_VLAN_TUNNEL_ID] ||
241 tun_id = nla_get_u32(tb[IFLA_BRIDGE_VLAN_TUNNEL_ID]);
/linux-master/include/uapi/linux/
H A Dif_bridge.h145 IFLA_BRIDGE_VLAN_TUNNEL_ID, enumerator in enum:__anon3527

Completed in 234 milliseconds