Searched refs:settimeo (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 71 int settimeo(int fd, int timeout_ms) in settimeo() function 111 if (settimeo(fd, opts->timeout_ms)) in start_server_addr() 243 if (settimeo(fd, timeout_ms)) in fastopen_connect() 274 if (settimeo(fd, opts->timeout_ms)) in client_socket() 373 if (settimeo(client_fd, timeout_ms)) in connect_fd_to_fd() 643 if (settimeo(fd, 0)) { in send_recv_server()
|
H A D | network_helpers.h | 57 int settimeo(int fd, int timeout_ms);
|
H A D | xdp_features.c | 589 if (settimeo(sockfd, 1000) < 0) in tester_run()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A D | vrf_socket_lookup.c | 75 if (!ASSERT_OK(settimeo(fd, TIMEOUT_MS), "settimeo")) in make_socket()
|
H A D | tc_redirect.c | 435 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo")) in test_tcp()
|