Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_PVID (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/bridge/
Dbr_vlan.c61 if (flags & BRIDGE_VLAN_INFO_PVID) in __vlan_add_flags()
545 vlan->flags &= ~BRIDGE_VLAN_INFO_PVID; in br_vlan_add()
777 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid()
797 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid()
818 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid()
826 BRIDGE_VLAN_INFO_PVID | in __br_vlan_set_default_pvid()
876 BRIDGE_VLAN_INFO_PVID | BRIDGE_VLAN_INFO_UNTAGGED | in br_vlan_init()
908 BRIDGE_VLAN_INFO_PVID | in nbp_vlan_init()
Dbr_netlink.c43 flags |= BRIDGE_VLAN_INFO_PVID; in __get_num_vlan_infos()
261 flags |= BRIDGE_VLAN_INFO_PVID; in br_fill_ifvlaninfo_compressed()
313 vinfo.flags |= BRIDGE_VLAN_INFO_PVID; in br_fill_ifvlaninfo()
533 if (vinfo_start->flags & BRIDGE_VLAN_INFO_PVID) in br_afspec()
/linux-4.4.14/include/uapi/linux/
Dif_bridge.h126 #define BRIDGE_VLAN_INFO_PVID (1<<1) /* VLAN is PVID, ingress untagged */ macro
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c443 bool pvid_flag = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_port_vlans_add()
707 vlan->flags |= BRIDGE_VLAN_INFO_PVID; in mlxsw_sp_port_vlan_dump()
/linux-4.4.14/net/switchdev/
Dswitchdev.c876 if (vlan.flags & BRIDGE_VLAN_INFO_PVID) in switchdev_port_br_afspec()
/linux-4.4.14/net/dsa/
Dslave.c319 vlan->flags |= BRIDGE_VLAN_INFO_PVID; in dsa_slave_port_vlan_dump()
/linux-4.4.14/drivers/net/dsa/
Dmv88e6xxx.c1508 bool pvid = vlan->flags & BRIDGE_VLAN_INFO_PVID; in mv88e6xxx_port_vlan_add()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c4605 vlan->flags |= BRIDGE_VLAN_INFO_PVID; in rocker_port_vlan_dump()