Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h37 #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 ")"); \
116 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 …]