Searched refs:BR_VLAN_TUNNEL (Results 1 – 5 of 5) sorted by relevance
53 #define BR_VLAN_TUNNEL BIT(13) macro
116 if (p && (p->flags & BR_VLAN_TUNNEL)) in br_get_link_af_size_filtered()271 BR_VLAN_TUNNEL)) || in br_port_fill_attrs()528 if (port && (port->flags & BR_VLAN_TUNNEL)) in br_fill_ifinfo()811 if (!p || !(p->flags & BR_VLAN_TUNNEL)) in br_afspec()940 br_vlan_tunnel_old = (old_flags & BR_VLAN_TUNNEL) ? true : false; in br_setport()955 br_set_port_flag(p, tb, IFLA_BRPORT_VLAN_TUNNEL, BR_VLAN_TUNNEL); in br_setport()984 if (br_vlan_tunnel_old && !(p->flags & BR_VLAN_TUNNEL)) in br_setport()
339 if (p->flags & BR_VLAN_TUNNEL) in br_handle_frame()
148 if (!(p->flags & BR_VLAN_TUNNEL)) { in br_vlan_modify_tunnel()
524 if (p && (p->flags & BR_VLAN_TUNNEL) && in br_handle_vlan()
Completed in 12 milliseconds