Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vsock/
H A Dutil.c665 socklen_t chklen; in setsockopt_ull_check() local
676 chklen = sizeof(chkval); in setsockopt_ull_check()
685 if (chklen != sizeof(chkval)) { in setsockopt_ull_check()
687 chklen); in setsockopt_ull_check()
708 socklen_t chklen; in setsockopt_int_check() local
719 chklen = sizeof(chkval); in setsockopt_int_check()
728 if (chklen != sizeof(chkval)) { in setsockopt_int_check()
730 chklen); in setsockopt_int_check()
757 socklen_t chklen; in setsockopt_timeval_check() local
770 chklen = sizeof(chkval); in setsockopt_timeval_check()
[all …]