Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_netlink_tunnel.c105 if (nla_put_u16(skb, IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, in br_fill_vlan_tinfo()
192 .strict_start_type = IFLA_BRIDGE_VLAN_TUNNEL_FLAGS + 1
196 [IFLA_BRIDGE_VLAN_TUNNEL_FLAGS] = { .type = NLA_U16 },
246 if (tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]) in br_parse_vlan_tunnel_info()
247 flags = nla_get_u16(tb[IFLA_BRIDGE_VLAN_TUNNEL_FLAGS]); in br_parse_vlan_tunnel_info()
/linux-6.6.21/include/uapi/linux/
Dif_bridge.h147 IFLA_BRIDGE_VLAN_TUNNEL_FLAGS, enumerator