Searched refs:sol_ip_tests (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c68 static const struct sockopt_test sol_ip_tests[] = { variable in typeref:struct:sockopt_test
163 if (i >= ARRAY_SIZE(sol_ip_tests))
166 t = &sol_ip_tests[i];
264 n = bpf_loop(ARRAY_SIZE(sol_ip_tests), bpf_test_ip_sockopt, &lc, 0);
265 if (n != ARRAY_SIZE(sol_ip_tests))

Completed in 104 milliseconds