Searched refs:settimeo (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | network_helpers.c | 54 int settimeo(int fd, int timeout_ms) in settimeo() function 92 if (settimeo(fd, timeout_ms)) in __start_server() 216 if (settimeo(fd, timeout_ms)) in fastopen_connect() 296 if (settimeo(fd, opts->timeout_ms)) in connect_to_fd_opts() 328 if (settimeo(client_fd, timeout_ms)) in connect_fd_to_fd()
|
D | network_helpers.h | 42 int settimeo(int fd, int timeout_ms);
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_tcp_ca.c | 47 if (settimeo(fd, 0)) { in server() 100 settimeo(lfd, 0) || settimeo(fd, 0)) in do_test()
|
D | migrate_reuseport.c | 292 err = settimeo(test_case->clients[i], 100); in start_clients() 415 err = settimeo(test_case->servers[MIGRATED_TO], 4000); in count_requests()
|
D | tc_redirect.c | 310 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo")) in test_tcp()
|