expected_ifindex 80 tools/testing/selftests/net/nettest.c int expected_ifindex; expected_ifindex 328 tools/testing/selftests/net/nettest.c if (!args->expected_ifindex) expected_ifindex 331 tools/testing/selftests/net/nettest.c if (args->expected_ifindex != ifindex) { expected_ifindex 333 tools/testing/selftests/net/nettest.c args->expected_ifindex, ifindex); expected_ifindex 338 tools/testing/selftests/net/nettest.c args->expected_ifindex, ifindex); expected_ifindex 761 tools/testing/selftests/net/nettest.c if (args->expected_ifindex) { expected_ifindex 762 tools/testing/selftests/net/nettest.c if (args->expected_ifindex != ifindex) { expected_ifindex 764 tools/testing/selftests/net/nettest.c args->expected_ifindex, ifindex); expected_ifindex 768 tools/testing/selftests/net/nettest.c args->expected_ifindex, ifindex); expected_ifindex 1689 tools/testing/selftests/net/nettest.c args.expected_ifindex = (int)tmp; expected_ifindex 1691 tools/testing/selftests/net/nettest.c args.expected_ifindex = get_ifidx(optarg); expected_ifindex 1692 tools/testing/selftests/net/nettest.c if (args.expected_ifindex < 0) {