Searched refs:IO_TIMEOUT_SEC (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 9 #define IO_TIMEOUT_SEC 30 macro 50 accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \ 123 IO_TIMEOUT_SEC); \ 415 err = poll_connect(c, IO_TIMEOUT_SEC); in create_pair()
|
H A D | sockmap_listen.c | 711 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected() 1122 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected() 1189 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups() 1406 n = recv_timeout(mode == REDIR_INGRESS ? peer0 : cli0, &b, 1, 0, IO_TIMEOUT_SEC); in pairs_redir_to_connected()
|
H A D | sockmap_basic.c | 549 recvd = recv_timeout(c1, &buf, sizeof(buf), SOCK_NONBLOCK, IO_TIMEOUT_SEC); in test_sockmap_skb_verdict_fionread()
|