Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dif_bridge.h53 #define BR_VLAN_TUNNEL BIT(13) macro
/linux-6.3-rc2/net/bridge/
A Dbr_netlink.c116 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()
A Dbr_input.c339 if (p->flags & BR_VLAN_TUNNEL) in br_handle_frame()
A Dbr_vlan_options.c148 if (!(p->flags & BR_VLAN_TUNNEL)) { in br_vlan_modify_tunnel()
A Dbr_vlan.c524 if (p && (p->flags & BR_VLAN_TUNNEL) && in br_handle_vlan()

Completed in 12 milliseconds