Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_netlink.c116 if (p && (p->flags & BR_VLAN_TUNNEL)) in br_get_link_af_size_filtered()
264 BR_VLAN_TUNNEL)) || in br_port_fill_attrs()
514 if (port && (port->flags & BR_VLAN_TUNNEL)) in br_fill_ifinfo()
772 if (!p || !(p->flags & BR_VLAN_TUNNEL)) in br_afspec()
878 br_vlan_tunnel_old = (old_flags & BR_VLAN_TUNNEL) ? true : false; in br_setport()
893 br_set_port_flag(p, tb, IFLA_BRPORT_VLAN_TUNNEL, BR_VLAN_TUNNEL); in br_setport()
905 if (br_vlan_tunnel_old && !(p->flags & BR_VLAN_TUNNEL)) in br_setport()
A Dbr_input.c297 if (p->flags & BR_VLAN_TUNNEL) in br_handle_frame()
A Dbr_vlan_options.c134 if (!(p->flags & BR_VLAN_TUNNEL)) { in br_vlan_modify_tunnel()
A Dbr_vlan.c479 if (p && (p->flags & BR_VLAN_TUNNEL) && in br_handle_vlan()
/linux/include/linux/
A Dif_bridge.h53 #define BR_VLAN_TUNNEL BIT(13) macro

Completed in 14 milliseconds