Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_strp.c146 IO_TIMEOUT_SEC); in test_sockmap_strp_dispatch_pkt()
207 recvd = recv_timeout(p, rcv, total + 1, MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_multiple_pkt()
259 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read()
276 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read()
334 IO_TIMEOUT_SEC); in test_sockmap_strp_pass()
352 IO_TIMEOUT_SEC); in test_sockmap_strp_pass()
402 IO_TIMEOUT_SEC); in test_sockmap_strp_verdict()
416 IO_TIMEOUT_SEC); in test_sockmap_strp_verdict()
418 IO_TIMEOUT_SEC); in test_sockmap_strp_verdict()
A Dsocket_helpers.h12 #define IO_TIMEOUT_SEC 30 macro
51 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
124 IO_TIMEOUT_SEC); \
359 err = poll_connect(c, IO_TIMEOUT_SEC); in create_pair()
A Dsockmap_redir.c185 n = recv_timeout(sd_peer, &recv_buf, 1, 0, IO_TIMEOUT_SEC); in handle_unsupported()
240 n = recv_timeout(sd_recv, &recv_buf, 1, 0, IO_TIMEOUT_SEC); in test_send_redir_recv()
A Dsockmap_listen.c711 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected()
1124 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected()
1191 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups()
A Dsockmap_basic.c584 recvd = recv_timeout(c1, &buf, sizeof(buf), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_skb_verdict_fionread()
1002 err = poll_read(conn, IO_TIMEOUT_SEC); in test_sockmap_skb_verdict_vsock_poll()

Completed in 20 milliseconds