expected_results 33 tools/testing/selftests/bpf/test_select_reuseport.c static __u32 expected_results[NR_RESULTS]; expected_results 318 tools/testing/selftests/bpf/test_select_reuseport.c if (results[i] != expected_results[i]) { expected_results 335 tools/testing/selftests/bpf/test_select_reuseport.c printf("%u", expected_results[0]); expected_results 337 tools/testing/selftests/bpf/test_select_reuseport.c printf(", %u", expected_results[i]); expected_results 340 tools/testing/selftests/bpf/test_select_reuseport.c CHECK(expected_results[broken] != results[broken], expected_results 432 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[DROP_ERR_INNER_MAP]++; expected_results 440 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[DROP_ERR_SKB_DATA]++; expected_results 453 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[DROP_ERR_SK_SELECT_REUSEPORT]++; expected_results 466 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[PASS]++; expected_results 489 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[PASS] += 2; expected_results 521 tools/testing/selftests/bpf/test_select_reuseport.c expected_results[PASS_ERR_SK_SELECT_REUSEPORT] += 1; expected_results 667 tools/testing/selftests/bpf/test_select_reuseport.c memset(expected_results, 0, sizeof(expected_results));