Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt_unix.c55 optlen = sizeof(skel->bss->sndbuf_getsockopt_expected[i]); in test_sndbuf()
57 &(skel->bss->sndbuf_getsockopt_expected[i]), in test_sndbuf()
63 skel->bss->sndbuf_getsockopt_expected[i], in test_sndbuf()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_setsockopt_unix.c14 int sndbuf_getsockopt_expected[NR_CASES]; variable