Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_vlan.c258 flags | BRIDGE_VLAN_INFO_BRENTRY, in __vlan_add()
368 v->flags &= ~BRIDGE_VLAN_INFO_BRENTRY; in __vlan_del()
660 if (!(flags & BRIDGE_VLAN_INFO_BRENTRY)) { in br_vlan_add_existing()
673 vlan->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_add_existing()
722 if (flags & BRIDGE_VLAN_INFO_BRENTRY) in br_vlan_add()
1043 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1103 BRIDGE_VLAN_INFO_BRENTRY, in __br_vlan_set_default_pvid()
1570 BRIDGE_VLAN_INFO_BRENTRY, &changed, NULL); in br_vlan_bridge_event()
H A Dbr_private.h548 return v->flags & BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_is_brentry()
H A Dbr_netlink.c565 vinfo->flags |= BRIDGE_VLAN_INFO_BRENTRY; in br_vlan_info()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_bridge.h132 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_bridge.h132 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_bridge.h133 #define BRIDGE_VLAN_INFO_BRENTRY (1<<5) /* Global bridge VLAN entry */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_switchdev.c268 if (cpu_port && !(vlan->flags & BRIDGE_VLAN_INFO_BRENTRY)) in cpsw_port_vlans_add()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c272 !(vinfo.flags & BRIDGE_VLAN_INFO_BRENTRY)) in mlxsw_sp_span_entry_bridge_8021q()
H A Dspectrum_switchdev.c1219 if ((vlan->flags & BRIDGE_VLAN_INFO_BRENTRY) && in mlxsw_sp_port_vlans_add()