Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c59 s = xsocket(family, sotype, 0); in test_insert_opened()
82 s = xsocket(family, sotype, 0); in test_insert_bound()
296 c = xsocket(family, sotype, 0); in do_destroy_orphan_child()
359 c = xsocket(family, sotype, 0); in test_clone_after_delete()
396 c = xsocket(family, sotype, 0); in test_accept_after_delete()
451 c = xsocket(family, sotype, 0); in test_accept_before_delete()
514 c = xsocket(family, socktype, 0); in connect_accept_thread()
612 s = xsocket(family, socktype, 0); in test_race_insert_listen()
807 c = xsocket(family, sotype, 0); in redir_to_listening()
1003 c = xsocket(family, sotype, 0); in test_reuseport_select_listening()
[all …]
H A Dsocket_helpers.h135 #define xsocket(family, sotype, flags) \ macro
242 s = xsocket(family, sotype, 0); in socket_loopback_reuseport()
343 c = xsocket(family, sotype, 0); in create_pair()
H A Dsockmap_basic.c763 stream = xsocket(AF_UNIX, SOCK_STREAM, 0); in test_sockmap_unconnected_unix()
767 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_unconnected_unix()
795 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_socket()
864 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_maps()
935 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_same_sock()
1047 s = xsocket(AF_VSOCK, SOCK_STREAM, 0); in test_sockmap_vsock_unconnected()