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 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.c811 stream = xsocket(AF_UNIX, SOCK_STREAM, 0); in test_sockmap_many_socket()
815 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_socket()
843 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_socket()
856 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_many_maps()
912 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_many_maps()
925 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_same_sock()
983 dgram = xsocket(AF_UNIX, SOCK_DGRAM, 0); in test_sockmap_same_sock()
996 udp = xsocket(AF_INET, SOCK_DGRAM | SOCK_NONBLOCK, 0); in test_sockmap_skb_verdict_vsock_poll()
1095 s = xsocket(AF_VSOCK, SOCK_STREAM, 0); in test_sockmap_zc()