MCPcopy Create free account
hub / github.com/axboe/liburing / create_socketpair_ip

Function create_socketpair_ip

test/send-zerocopy.c:498–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498static int create_socketpair_ip(struct sockaddr_storage *addr,
499 int *sock_client, int *sock_server,
500 bool ipv6, bool client_connect,
501 bool msg_zc, bool tcp)
502{
503 return t_create_socketpair_ip(addr, sock_client, sock_server, ipv6,
504 client_connect, msg_zc, tcp,
505 ipv6 ? HOSTV6 : HOST);
506}
507
508static int test_inet_send(struct io_uring *ring)
509{

Callers 4

test_inet_sendFunction · 0.85
test_async_addrFunction · 0.85
test_sendzc_reportFunction · 0.85
run_basic_testsFunction · 0.85

Calls 1

t_create_socketpair_ipFunction · 0.85

Tested by 3

test_inet_sendFunction · 0.68
test_async_addrFunction · 0.68
test_sendzc_reportFunction · 0.68