Searched refs:settimeo (Results 1 - 6 of 6) sorted by path

/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c57 int settimeo(int fd, int timeout_ms) function
94 if (settimeo(fd, opts->timeout_ms))
224 if (settimeo(fd, timeout_ms))
282 if (settimeo(fd, opts->timeout_ms))
338 if (settimeo(fd, opts->timeout_ms))
371 if (settimeo(client_fd, timeout_ms))
593 if (settimeo(fd, 0)) {
H A Dnetwork_helpers.h52 int settimeo(int fd, int timeout_ms);
H A Dxdp_features.c589 if (settimeo(sockfd, 1000) < 0)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c292 err = settimeo(test_case->clients[i], 100);
293 if (!ASSERT_OK(err, "settimeo"))
415 err = settimeo(test_case->servers[MIGRATED_TO], 4000);
416 if (!ASSERT_OK(err, "settimeo"))
H A Dtc_redirect.c420 if (!ASSERT_OK(settimeo(accept_fd, TIMEOUT_MILLIS), "settimeo"))
H A Dvrf_socket_lookup.c75 if (!ASSERT_OK(settimeo(fd, TIMEOUT_MS), "settimeo"))

Completed in 197 milliseconds