Searched refs:xsocket (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_listen.c | 59 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() 806 c = xsocket(family, sotype, 0); in redir_to_listening() 1002 c = xsocket(family, sotype, 0); in test_reuseport_select_listening() 1071 c0 = xsocket(family, sotype, 0); in test_reuseport_select_connected() 1105 c1 = xsocket(family, sotype, 0); in test_reuseport_select_connected() [all …]
|
| A D | sockmap_basic.c | 744 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()
|
| A D | socket_helpers.h | 130 #define xsocket(family, sotype, flags) \ macro 237 s = xsocket(family, sotype, 0); in socket_loopback_reuseport() 338 c = xsocket(family, sotype, 0); in create_pair()
|
Completed in 11 milliseconds