Home
last modified time | relevance | path

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

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