Searched refs:IO_TIMEOUT_SEC (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | sockmap_listen.c | 29 #define IO_TIMEOUT_SEC 30 macro 52 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \ 125 IO_TIMEOUT_SEC); \ 1004 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected() 1318 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected() 1385 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups() 1601 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_redir_to_connected() 1769 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in udp_redir_to_connected() 1857 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in inet_unix_redir_to_connected() 1937 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_inet_redir_to_connected()
|
| D | sk_lookup.c | 51 #define IO_TIMEOUT_SEC 3 macro 115 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC }; in make_socket()
|