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()
85 s = xsocket(family, sotype, 0); in test_insert_bound()
295 c = xsocket(family, sotype, 0); in do_destroy_orphan_child()
358 c = xsocket(family, sotype, 0); in test_clone_after_delete()
395 c = xsocket(family, sotype, 0); in test_accept_after_delete()
450 c = xsocket(family, sotype, 0); in test_accept_before_delete()
513 c = xsocket(family, socktype, 0); in connect_accept_thread()
611 s = xsocket(family, socktype, 0); in test_race_insert_listen()
806 c = xsocket(family, sotype, 0); in redir_to_listening()
1002 c = xsocket(family, sotype, 0); in test_reuseport_select_listening()
[all …]
H A Dsockmap_basic.c744 stream = xsocket(AF_UNIX, SOCK_STREAM, 0); in test_sockmap_unconnected_unix()
748 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_unconnected_unix()
776 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_socket()
789 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_socket()
845 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_maps()
858 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_maps()
916 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_same_sock()
929 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_same_sock()
1028 s = xsocket(AF_VSOCK, SOCK_STREAM, 0); in test_sockmap_vsock_unconnected()
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()