HomeSort by relevance Sort by last modified time
    Searched refs:mcast_flood (Results 1 - 2 of 2) sorted by null

  /external/iproute2/bridge/
link.c 199 print_onoff(fp, "mcast_flood",
240 fprintf(stderr, " [ mcast_flood {on | off} ]\n");
279 __s8 mcast_flood = -1; local
323 } else if (strcmp(*argv, "mcast_flood") == 0) {
325 if (!on_off("mcast_flood", &mcast_flood, *argv))
399 if (mcast_flood >= 0)
401 mcast_flood);
  /external/linux-kselftest/tools/testing/selftests/net/forwarding/
lib.sh 967 bridge link set dev $br_port mcast_flood off
972 bridge link set dev $br_port mcast_flood on

Completed in 110 milliseconds