Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c57 s = xsocket(family, sotype, 0); in test_insert_opened()
83 s = xsocket(family, sotype, 0); in test_insert_bound()
293 c = xsocket(family, sotype, 0); in do_destroy_orphan_child()
356 c = xsocket(family, sotype, 0); in test_clone_after_delete()
393 c = xsocket(family, sotype, 0); in test_accept_after_delete()
448 c = xsocket(family, sotype, 0); in test_accept_before_delete()
791 c = xsocket(family, sotype, 0); in redir_to_listening()
972 c = xsocket(family, sotype, 0); in test_reuseport_select_listening()
1041 c0 = xsocket(family, sotype, 0); in test_reuseport_select_connected()
1075 c1 = xsocket(family, sotype, 0); in test_reuseport_select_connected()
[all …]
H A Dsockmap_helpers.h115 #define xsocket(family, sotype, flags) \ macro
326 *c = xsocket(family, sotype, 0); in create_pair()
386 s = xsocket(family, sotype, 0); in socket_loopback_reuseport()