Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c54 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()
305 if (settimeo(fd, opts->timeout_ms)) in connect_to_fd_opts()
338 if (settimeo(client_fd, timeout_ms)) in connect_fd_to_fd()
H A Dnetwork_helpers.h45 int settimeo(int fd, int timeout_ms);
H A Dxdp_features.c589 if (settimeo(sockfd, 1000) < 0) in tester_run()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c51 if (settimeo(fd, 0)) { in server()
104 settimeo(lfd, 0) || settimeo(fd, 0)) in do_test()
H 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()
H A Dvrf_socket_lookup.c75 if (!ASSERT_OK(settimeo(fd, TIMEOUT_MS), "settimeo")) in make_socket()
H A Dtc_redirect.c370 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo")) in test_tcp()