Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c69 xclose(s); in test_insert_opened()
97 xclose(s); in test_insert_bound()
114 xclose(s); in test_insert()
132 xclose(s); in test_delete_after_insert()
150 xclose(s); in test_delete_after_close()
185 xclose(s); in test_lookup_after_insert()
209 xclose(s); in test_lookup_after_delete()
238 xclose(mapfd); in test_lookup_32_bit_value()
240 xclose(s); in test_lookup_32_bit_value()
264 xclose(s2); in test_update_existing()
[all …]
H A Dsockmap_helpers.h50 #define xclose(fd) \ macro
406 xclose(s); in socket_loopback_reuseport()