Home
last modified time | relevance | path

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

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