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