Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_vlan.c293 flags | BRIDGE_VLAN_INFO_BRENTRY, in __vlan_add()
411 v->flags &= ~BRIDGE_VLAN_INFO_BRENTRY; in __vlan_del()
724 if (!(flags & BRIDGE_VLAN_INFO_BRENTRY)) in br_vlan_add_existing()
749 vlan->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_add_existing()
799 if (flags & BRIDGE_VLAN_INFO_BRENTRY) in br_vlan_add()
1125 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1185 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1742 BRIDGE_VLAN_INFO_BRENTRY, &changed, NULL); in br_vlan_bridge_event()
H A Dbr_private.h652 return v->flags & BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_is_brentry()
H A Dbr_netlink.c708 vinfo->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_info()
/openbmc/linux/include/uapi/linux/
H A Dif_bridge.h135 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c273 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY)) in mlxsw_sp_span_entry_bridge_8021q()