Home
last modified time | relevance | path

Searched refs:FAIL_ERRNO (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_helpers.h17 FAIL_ERRNO("map_delete"); \
25 FAIL_ERRNO("map_lookup"); \
33 FAIL_ERRNO("map_update"); \
42 FAIL_ERRNO("prog_attach(" #type ")"); \
50 FAIL_ERRNO("prog_detach2(" #type ")"); \
59 FAIL_ERRNO("pthread_create"); \
68 FAIL_ERRNO("pthread_join"); \
A Dsocket_helpers.h39 #define FAIL_ERRNO(fmt...) _FAIL(errno, fmt) macro
53 FAIL_ERRNO("accept"); \
61 FAIL_ERRNO("bind"); \
69 FAIL_ERRNO("close"); \
77 FAIL_ERRNO("connect"); \
85 FAIL_ERRNO("getsockname"); \
93 FAIL_ERRNO("getsockopt(" #name ")"); \
355 FAIL_ERRNO("connect"); in create_pair()
361 FAIL_ERRNO("poll_connect"); in create_pair()
420 FAIL_ERRNO("getsockopt(SO_DOMAIN)"); in socket_kind_to_str()
[all …]
A Dsockmap_listen.c44 FAIL_ERRNO("map_update: expected EINVAL"); in test_insert_invalid()
49 FAIL_ERRNO("map_update: expected EBADF"); in test_insert_invalid()
70 FAIL_ERRNO("map_update: expected success"); in test_insert_opened()
97 FAIL_ERRNO("map_update: expected EOPNOTSUPP"); in test_insert_bound()
209 FAIL_ERRNO("map_lookup: expected ENOENT"); in test_lookup_after_delete()
227 FAIL_ERRNO("map_create"); in test_lookup_32_bit_value()
238 FAIL_ERRNO("map_lookup: expected ENOSPC"); in test_lookup_32_bit_value()
631 FAIL_ERRNO("map_update"); in test_race_insert_listen()
638 FAIL_ERRNO("map_delete"); in test_race_insert_listen()
699 FAIL_ERRNO("%s: write", log_prefix); in redir_to_connected()
[all …]
A Dsockmap_redir.c155 FAIL_ERRNO("%s: unexpected failure: retval=%zd", prefix, n); in try_recv()
187 FAIL_ERRNO("unsupported: packet missing, retval=%zd", n); in handle_unsupported()
229 FAIL_ERRNO("send"); in test_send_redir_recv()
242 FAIL_ERRNO("recv_timeout()"); in test_send_redir_recv()

Completed in 10 milliseconds