Home
last modified time | relevance | path

Searched refs:IO_TIMEOUT_SEC (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c29 #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()
1599 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_redir_to_connected()
1767 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in udp_redir_to_connected()
1855 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in inet_unix_redir_to_connected()
1935 n = recv_timeout(mode == REDIR_INGRESS ? p0 : c0, &b, 1, 0, IO_TIMEOUT_SEC); in unix_inet_redir_to_connected()
Dsk_lookup.c50 #define IO_TIMEOUT_SEC 3 macro
114 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC }; in make_socket()