Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_netlink_tunnel.c99 if (nla_put_u32(skb, IFLA_BRIDGE_VLAN_TUNNEL_ID, in br_fill_vlan_tinfo()
191 [IFLA_BRIDGE_VLAN_TUNNEL_ID] = { .type = NLA_U32 },
234 if (!tb[IFLA_BRIDGE_VLAN_TUNNEL_ID] || in br_parse_vlan_tunnel_info()
238 tun_id = nla_get_u32(tb[IFLA_BRIDGE_VLAN_TUNNEL_ID]); in br_parse_vlan_tunnel_info()
/linux/include/uapi/linux/
A Dif_bridge.h144 IFLA_BRIDGE_VLAN_TUNNEL_ID, enumerator

Completed in 7 milliseconds