Searched refs:IO_TIMEOUT_SEC (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_helpers.h | 6 #define IO_TIMEOUT_SEC 30 macro 36 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \ 109 IO_TIMEOUT_SEC); \
|
D | sockmap_listen.c | 712 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected() 1094 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected() 1161 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups() 1379 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_redir_to_connected() 1451 p = accept_timeout(s, sockaddr(&addr), &len, IO_TIMEOUT_SEC); in vsock_socketpair_connectible() 1455 if (poll_connect(c, IO_TIMEOUT_SEC) < 0) { in vsock_socketpair_connectible() 1699 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in udp_redir_to_connected() 1787 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in inet_unix_redir_to_connected() 1867 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_inet_redir_to_connected()
|
D | sockmap_basic.c | 462 recvd = recv_timeout(c1, &buf, sizeof(buf), SOCK_NONBLOCK, IO_TIMEOUT_SEC); in test_sockmap_skb_verdict_fionread()
|
D | sk_lookup.c | 50 #define IO_TIMEOUT_SEC 3 macro 114 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC }; in make_socket()
|