Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dnetwork_helpers.c43 int settimeo(int fd, int timeout_ms) in settimeo() function
81 if (settimeo(fd, timeout_ms)) in __start_server()
192 if (settimeo(fd, timeout_ms)) in fastopen_connect()
267 if (settimeo(fd, opts->timeout_ms)) in connect_to_fd_opts()
299 if (settimeo(client_fd, timeout_ms)) in connect_fd_to_fd()
A Dnetwork_helpers.h42 int settimeo(int fd, int timeout_ms);
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbpf_tcp_ca.c49 if (settimeo(fd, 0)) { in server()
102 settimeo(lfd, 0) || settimeo(fd, 0)) in do_test()
A Dmigrate_reuseport.c292 err = settimeo(test_case->clients[i], 100); in start_clients()
415 err = settimeo(test_case->servers[MIGRATED_TO], 4000); in count_requests()
A Dtc_redirect.c384 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo")) in test_tcp()

Completed in 10 milliseconds