Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c67 static const struct sockopt_test sol_ip_tests[] = { variable
162 if (i >= ARRAY_SIZE(sol_ip_tests)) in bpf_test_ip_sockopt()
165 t = &sol_ip_tests[i]; in bpf_test_ip_sockopt()
263 n = bpf_loop(ARRAY_SIZE(sol_ip_tests), bpf_test_ip_sockopt, &lc, 0); in bpf_test_sockopt()
264 if (n != ARRAY_SIZE(sol_ip_tests)) in bpf_test_sockopt()