Searched refs:IO_TIMEOUT_SEC (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_strp.c | 146 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 D | socket_helpers.h | 12 #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 D | sockmap_redir.c | 185 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 D | sockmap_listen.c | 711 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 D | sockmap_basic.c | 584 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 14 milliseconds