Home
last modified time | relevance | path

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

/openbmc/linux/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); 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()
H A Dsockmap_basic.c462 recvd = recv_timeout(c1, &buf, sizeof(buf), SOCK_NONBLOCK, IO_TIMEOUT_SEC); in test_sockmap_skb_verdict_fionread()
H A Dsk_lookup.c50 #define IO_TIMEOUT_SEC 3 macro
114 struct timeval timeo = { .tv_sec = IO_TIMEOUT_SEC }; in make_socket()