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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c73 static const struct sockopt_test sol_ipv6_tests[] = { variable in typeref:struct:sockopt_test
180 if (i >= ARRAY_SIZE(sol_ipv6_tests))
183 t = &sol_ipv6_tests[i];
268 n = bpf_loop(ARRAY_SIZE(sol_ipv6_tests), bpf_test_ipv6_sockopt, &lc, 0);
269 if (n != ARRAY_SIZE(sol_ipv6_tests))

Completed in 143 milliseconds