Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h23 #define FAIL_ERRNO(fmt...) _FAIL(errno, fmt) macro
38 FAIL_ERRNO("accept"); \
46 FAIL_ERRNO("bind"); \
54 FAIL_ERRNO("close"); \
62 FAIL_ERRNO("connect"); \
70 FAIL_ERRNO("getsockname"); \
78 FAIL_ERRNO("getsockopt(" #name ")"); \
86 FAIL_ERRNO("listen"); \
94 FAIL_ERRNO("setsockopt(" #name ")"); \
102 FAIL_ERRNO("send"); \
[all …]
H A Dsockmap_listen.c42 FAIL_ERRNO("map_update: expected EINVAL"); in test_insert_invalid()
47 FAIL_ERRNO("map_update: expected EBADF"); in test_insert_invalid()
66 FAIL_ERRNO("map_update: expected EOPNOTSUPP"); in test_insert_opened()
68 FAIL_ERRNO("map_update: expected success"); in test_insert_opened()
95 FAIL_ERRNO("map_update: expected EOPNOTSUPP"); in test_insert_bound()
156 FAIL_ERRNO("map_delete: expected EINVAL/EINVAL"); in test_delete_after_close()
207 FAIL_ERRNO("map_lookup: expected ENOENT"); in test_lookup_after_delete()
225 FAIL_ERRNO("map_create"); in test_lookup_32_bit_value()
236 FAIL_ERRNO("map_lookup: expected ENOSPC"); in test_lookup_32_bit_value()
629 FAIL_ERRNO("map_update"); in test_race_insert_listen()
[all …]