Searched refs:xrecv_nonblock (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 120 #define xrecv_nonblock(fd, buf, len, flags) \ macro
|
H A D | sockmap_listen.c | 930 n = xrecv_nonblock(c0, buf, sizeof(buf), 0); in redir_partial() 1022 n = xrecv_nonblock(s, &b, sizeof(b), 0); in test_reuseport_select_listening() 1535 n = xrecv_nonblock(mode == REDIR_INGRESS ? u0 : u1, &b, sizeof(b), 0); in vsock_unix_redir_connectible()
|