Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_vlan.c238 flags | BRIDGE_VLAN_INFO_BRENTRY, in __vlan_add()
323 v->flags &= ~BRIDGE_VLAN_INFO_BRENTRY; in __vlan_del()
578 if (!(flags & BRIDGE_VLAN_INFO_BRENTRY)) { in br_vlan_add_existing()
591 vlan->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_add_existing()
638 if (flags & BRIDGE_VLAN_INFO_BRENTRY) in br_vlan_add()
897 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
949 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
999 BRIDGE_VLAN_INFO_BRENTRY, &changed); in br_vlan_init()
Dbr_private.h479 return v->flags & BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_is_brentry()
Dbr_netlink.c542 vinfo->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_info()
/Linux-v4.19/include/uapi/linux/
Dif_bridge.h132 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c155 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY)) in mlxsw_sp_span_entry_bridge_8021q()
Dspectrum_switchdev.c1172 if ((vlan->flags & BRIDGE_VLAN_INFO_BRENTRY) && in mlxsw_sp_port_vlans_add()