Home
last modified time | relevance | path

Searched refs:brport (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dswitchdev.c60 struct net_device *brport; in mv88e6xxx_handle_miss_violation() local
73 brport = dsa_port_to_bridge_port(dp); in mv88e6xxx_handle_miss_violation()
74 if (!brport) { in mv88e6xxx_handle_miss_violation()
79 brport, &info.info, NULL); in mv88e6xxx_handle_miss_violation()
H A Dchip.c2534 struct net_device *brport; in mv88e6xxx_broadcast_setup() local
2539 brport = dsa_port_to_bridge_port(dp); in mv88e6xxx_broadcast_setup()
2540 if (brport && !br_port_flag_is_set(brport, BR_BCAST_FLOOD)) in mv88e6xxx_broadcast_setup()
/linux-6.15/tools/testing/selftests/drivers/net/bonding/
H A Ddev_addr_lists.sh69 grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
74 not grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
79 grep_bridge_fdb "$lacpdu_mc" bridge fdb show brport dummy1 >/dev/null
/linux-6.15/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh486 bridge fdb show brport vxlan0
502 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
527 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
552 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0
980 de:ad:be:ef:13:37 self bridge fdb show brport vxlan10
1130 bridge fdb show brport vxlan0
1138 bridge fdb show brport vxlan0
1145 bridge fdb show brport vxlan0
1150 bridge fdb show brport vxlan0
[all …]
H A Drtnetlink.sh516 bridge fdb show brport $swp1 de:ad:be:ef:13:37
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1d.sh712 bridge fdb show brport vx1 | grep $mac | grep -q self
714 bridge fdb show brport vx1 | grep $mac | grep -q -v self
744 bridge fdb show brport vx1 | grep $mac | grep -q self
746 bridge fdb show brport vx1 | grep $mac | grep -q -v self
755 bridge fdb show brport vx1 | grep $mac | grep -q self
757 bridge fdb show brport vx1 | grep $mac | grep -q -v self
774 bridge fdb show brport vx1 | grep $mac | grep -q -v self
783 bridge fdb show brport vx1 | grep $mac | grep -q -v self
H A Dvxlan_bridge_1q.sh724 bridge fdb show brport $vx | grep $mac | grep -q self
726 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
759 bridge fdb show brport $vx | grep $mac | grep -q self
761 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
770 bridge fdb show brport $vx | grep $mac | grep -q self
772 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
791 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
801 bridge fdb show brport $vx | grep $mac | grep "vlan $vid" \
H A Dbridge_vlan_aware.sh123 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
131 bridge fdb show brport $swp1 | grep -q de:ad:be:ef:13:37
136 bridge fdb show brport $swp2 | grep -q de:ad:be:ef:13:37
H A Dbridge_sticky_fdb.sh55 bridge -j fdb show br br0 brport $swp1\
H A Dlib.sh1363 bridge -j fdb show br $bridge brport $br_port1 \
1380 bridge -j fdb show br $bridge brport $br_port1 \
1389 bridge -j fdb show br $bridge brport $br_port1 \
/linux-6.15/net/bridge/
H A Dbr.c230 b = &brport_info->brport; in br_switchdev_blocking_event()
239 b = &brport_info->brport; in br_switchdev_blocking_event()
246 b = &brport_info->brport; in br_switchdev_blocking_event()
/linux-6.15/net/switchdev/
H A Dswitchdev.c1001 .brport = { in switchdev_bridge_port_offload()
1026 .brport = { in switchdev_bridge_port_unoffload()
1048 .brport = { in switchdev_bridge_port_replay()
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst120 Broadcast flooding on a switch port can be disabled/enabled through the brport sysfs::
122 $ echo 0 > /sys/bus/fsl-mc/devices/dpsw.Y/net/ethX/brport/broadcast_flood
/linux-6.15/include/net/
H A Dswitchdev.h268 const struct switchdev_brport brport; member
/linux-6.15/Documentation/netlink/specs/
H A Drt_link.yaml1634 name: linkinfo-brport-attrs
1635 name-prefix: ifla-brport-
2337 attribute-set: linkinfo-brport-attrs
/linux-6.15/tools/testing/selftests/net/
H A Drtnetlink.sh989 run_cmd_grep "dev $vxlandev master $brdev" $BRIDGE fdb get $test_mac brport "$vxlandev"