Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dq_in_q_veto.sh50 vlan_protocol $bridge_proto vlan_default_pvid 0 mcast_snooping 0
157 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
179 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
205 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
227 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
254 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
275 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
280 ip link set dev br0 type bridge vlan_protocol 802.1q 2>/dev/null
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Dq_in_vni_veto.sh35 ip link add dev br0 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dq_in_vni.sh138 ip link add name br1 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
221 ip link add name br2 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
Ddual_vxlan_bridge.sh134 vlan_protocol 802.1ad vlan_default_pvid 0 mcast_snooping 0
/Linux-v5.15/include/net/
Dswitchdev.h50 u16 vlan_protocol; /* BRIDGE_VLAN_PROTOCOL */ member
/Linux-v5.15/net/bridge/
Dbr_vlan.c888 .u.vlan_protocol = ntohs(proto), in __br_vlan_set_proto()
928 attr.u.vlan_protocol = ntohs(oldproto); in __br_vlan_set_proto()
Dbr_sysfs_br.c870 static DEVICE_ATTR_RW(vlan_protocol);
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c949 attr->u.vlan_protocol); in mlxsw_sp_port_attr_set()