Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dsockopt.c31 const char get_optval[64]; member
83 .get_optval = { 1 << 3 },
379 .get_optval = { 0xF0 },
428 .get_optval = { 1 << 3 },
516 .get_optval = { 1 << 3 },
570 .get_optval = { 1 << 3 },
692 .get_optval = { 1 << 3 },
799 .get_optval = { 0x80 },
845 .get_optval = { 0x00 },
949 if (memcmp(optval, test->get_optval, optlen) != 0) { in run_test()