Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h14 FAIL_ERRNO("map_delete"); \
22 FAIL_ERRNO("map_lookup"); \
30 FAIL_ERRNO("map_update"); \
39 FAIL_ERRNO("prog_attach(" #type ")"); \
47 FAIL_ERRNO("prog_detach2(" #type ")"); \
56 FAIL_ERRNO("pthread_create"); \
65 FAIL_ERRNO("pthread_join"); \
H A Dsocket_helpers.h38 #define FAIL_ERRNO(fmt...) _FAIL(errno, fmt) macro
52 FAIL_ERRNO("accept"); \
60 FAIL_ERRNO("bind"); \
68 FAIL_ERRNO("close"); \
76 FAIL_ERRNO("connect"); \
84 FAIL_ERRNO("getsockname"); \
92 FAIL_ERRNO("getsockopt(" #name ")"); \
100 FAIL_ERRNO("listen"); \
108 FAIL_ERRNO("setsockopt(" #name ")"); \
336 FAIL_ERRNO("connect"); in create_pair()
[all …]
H 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()
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()
823 FAIL_ERRNO("%s: write", log_prefix); in redir_to_listening()
[all …]