Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_BRENTRY (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/bridge/
Dbr_vlan.c256 flags | BRIDGE_VLAN_INFO_BRENTRY, in __vlan_add()
357 v->flags &= ~BRIDGE_VLAN_INFO_BRENTRY; in __vlan_del()
614 if (!(flags & BRIDGE_VLAN_INFO_BRENTRY)) { in br_vlan_add_existing()
627 vlan->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_add_existing()
676 if (flags & BRIDGE_VLAN_INFO_BRENTRY) in br_vlan_add()
971 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1023 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1473 BRIDGE_VLAN_INFO_BRENTRY, &changed, NULL); in br_vlan_bridge_event()
Dbr_private.h482 return v->flags & BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_is_brentry()
Dbr_netlink.c539 vinfo->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_info()
/Linux-v5.4/include/uapi/linux/
Dif_bridge.h132 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c155 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY)) in mlxsw_sp_span_entry_bridge_8021q()
Dspectrum_switchdev.c1153 if ((vlan->flags & BRIDGE_VLAN_INFO_BRENTRY) && in mlxsw_sp_port_vlans_add()