Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H 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()
H A Dsocket_helpers.h12 #define IO_TIMEOUT_SEC 30 macro
56 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
129 IO_TIMEOUT_SEC); \
364 err = poll_connect(c, IO_TIMEOUT_SEC); in create_pair()
H 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()
H 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()