Home
last modified time | relevance | path

Searched refs:recv_timeout (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_strp.c29 recvd = recv_timeout(p, rcv, sizeof(rcv), 0, 1); in sockmap_strp_consume_pre_data()
144 recvd = recv_timeout(*send_dir[i].receiver, rcv, 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()
253 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read()
259 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read()
270 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read()
333 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass()
351 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass()
401 recvd = recv_timeout(c1, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_verdict()
415 recvd = recv_timeout(c1, rcv, off, MSG_DONTWAIT, in test_sockmap_strp_verdict()
[all …]
A Dsockmap_ktls.c210 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_cork()
219 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_cork()
374 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_pop()
A Dsocket_helpers.h123 ssize_t __ret = recv_timeout((fd), (buf), (len), (flags), \
317 static inline int recv_timeout(int fd, void *buf, size_t len, int flags, in recv_timeout() function
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()

Completed in 15 milliseconds