Home
last modified time | relevance | path

Searched refs:xaccept_nonblock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h33 #define xaccept_nonblock(fd, addr, len) \ macro
335 *p = xaccept_nonblock(s, NULL, NULL); in create_pair()
H A Dsockmap_listen.c407 p = xaccept_nonblock(s, NULL, NULL); in test_accept_after_delete()
457 p = xaccept_nonblock(s, NULL, NULL); in test_accept_before_delete()
521 p = xaccept_nonblock(s, NULL, NULL); in connect_accept_thread()
798 p = xaccept_nonblock(s, NULL, NULL); in redir_to_listening()
982 p = xaccept_nonblock(s, NULL, NULL); in test_reuseport_select_listening()
1050 p0 = xaccept_nonblock(s, NULL, NULL); in test_reuseport_select_connected()