Home
last modified time | relevance | path

Searched refs:BR_VLAN_TUNNEL (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/bridge/
Dbr_netlink.c116 if (p && (p->flags & BR_VLAN_TUNNEL)) in br_get_link_af_size_filtered()
273 BR_VLAN_TUNNEL)) || in br_port_fill_attrs()
536 if (port && (port->flags & BR_VLAN_TUNNEL)) in br_fill_ifinfo()
819 if (!p || !(p->flags & BR_VLAN_TUNNEL)) in br_afspec()
950 br_vlan_tunnel_old = (old_flags & BR_VLAN_TUNNEL) ? true : false; in br_setport()
965 br_set_port_flag(p, tb, IFLA_BRPORT_VLAN_TUNNEL, BR_VLAN_TUNNEL); in br_setport()
996 if (br_vlan_tunnel_old && !(p->flags & BR_VLAN_TUNNEL)) in br_setport()
Dbr_input.c340 if (p->flags & BR_VLAN_TUNNEL) in br_handle_frame()
Dbr_vlan_options.c151 if (!(p->flags & BR_VLAN_TUNNEL)) { in br_vlan_modify_tunnel()
Dbr_vlan.c524 if (p && (p->flags & BR_VLAN_TUNNEL) && in br_handle_vlan()
/linux-6.6.21/include/linux/
Dif_bridge.h53 #define BR_VLAN_TUNNEL BIT(13) macro