Searched refs:IO_TIMEOUT_SEC (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h6 #define IO_TIMEOUT_SEC 30 macro
36 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
109 IO_TIMEOUT_SEC); \
H A Dsockmap_listen.c712 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC);
1094 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC);
1161 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC);
1376 n = recv_timeout(mode == REDIR_INGRESS ? peer0 : cli0, &b, 1, 0, IO_TIMEOUT_SEC);
1464 p = accept_timeout(s, sockaddr(&addr), &len, IO_TIMEOUT_SEC);
1468 if (poll_connect(c, IO_TIMEOUT_SEC) < 0) {
H A Dsk_lookup.c50 #define IO_TIMEOUT_SEC 3 macro
114 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC };
H A Dsockmap_basic.c462 recvd = recv_timeout(c1, &buf, sizeof(buf), SOCK_NONBLOCK, IO_TIMEOUT_SEC);

Completed in 135 milliseconds