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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c54 static const struct sockopt_test sol_tcp_tests[] = { variable in typeref:struct:sockopt_test
199 if (i >= ARRAY_SIZE(sol_tcp_tests))
202 t = &sol_tcp_tests[i];
258 n = bpf_loop(ARRAY_SIZE(sol_tcp_tests), bpf_test_tcp_sockopt, &lc, 0);
259 if (n != ARRAY_SIZE(sol_tcp_tests))

Completed in 106 milliseconds