Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_basic.c661 stream = xsocket(AF_UNIX, SOCK_STREAM, 0); in test_sockmap_unconnected_unix()
665 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_unconnected_unix()
693 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_socket()
706 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_socket()
762 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_maps()
775 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_maps()
833 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_same_sock()
846 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_same_sock()
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()
806 c = xsocket(family, sotype, 0); in redir_to_listening()
1000 c = xsocket(family, sotype, 0); in test_reuseport_select_listening()
1069 c0 = xsocket(family, sotype, 0); in test_reuseport_select_connected()
1103 c1 = xsocket(family, sotype, 0); in test_reuseport_select_connected()
[all …]
A Dsockmap_helpers.h129 #define xsocket(family, sotype, flags) \ macro
360 s = xsocket(family, sotype, 0); in socket_loopback_reuseport()
404 c = xsocket(family, sotype, 0); in create_pair()

Completed in 14 milliseconds