Searched refs:xaccept_nonblock (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 53 #define xaccept_nonblock(fd, addr, len) \ macro 385 p = xaccept_nonblock(s, NULL, NULL); in create_pair()
|
| H A D | sockmap_listen.c | 410 p = xaccept_nonblock(s, NULL, NULL); in test_accept_after_delete() 460 p = xaccept_nonblock(s, NULL, NULL); in test_accept_before_delete() 524 p = xaccept_nonblock(s, NULL, NULL); in connect_accept_thread() 814 p = xaccept_nonblock(s, NULL, NULL); in redir_to_listening() 1013 p = xaccept_nonblock(s, NULL, NULL); in test_reuseport_select_listening() 1081 p0 = xaccept_nonblock(s, NULL, NULL); in test_reuseport_select_connected()
|