Home
last modified time | relevance | path

Searched refs:should_flood (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/net/forwarding/
Dlib.sh1608 local should_flood=$1
1628 if [[ $? -ne 0 && $should_flood == "true" || \
1629 $? -eq 0 && $should_flood == "false" ]]; then
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_switchdev.c34 bool should_flood = flood_flag || port->is_mrouter; in sparx5_port_update_mcast_ip_flood() local
38 sparx5_pgid_update_mask(port, pgid, should_flood); in sparx5_port_update_mcast_ip_flood()