Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H 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"); \
H A Dsocket_helpers.h44 #define FAIL_ERRNO(fmt...) _FAIL(errno, fmt) macro
58 FAIL_ERRNO("accept"); \
66 FAIL_ERRNO("bind"); \
74 FAIL_ERRNO("close"); \
82 FAIL_ERRNO("connect"); \
90 FAIL_ERRNO("getsockname"); \
98 FAIL_ERRNO("getsockopt(" #name ")"); \
106 FAIL_ERRNO("listen"); \
114 FAIL_ERRNO("setsockopt(" #name ")"); \
122 FAIL_ERRNO("send"); \
[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()
68 FAIL_ERRNO("map_update: expected EOPNOTSUPP"); in test_insert_opened()
70 FAIL_ERRNO("map_update: expected success"); in test_insert_opened()
97 FAIL_ERRNO("map_update: expected EOPNOTSUPP"); in test_insert_bound()
158 FAIL_ERRNO("map_delete: expected EINVAL/EINVAL"); in test_delete_after_close()
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()
[all …]