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

Function handle_send

examples/proxy.c:1713–1719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1711}
1712
1713static int handle_send(struct io_uring *ring, struct io_uring_cqe *cqe)
1714{
1715 struct conn *c = cqe_to_conn(cqe);
1716 struct conn_dir *cd = cqe_to_conn_dir(c, cqe);
1717
1718 return __handle_send(ring, c, cd, cqe);
1719}
1720
1721static int send_error(struct error_handler *err, struct io_uring *ring,
1722 struct io_uring_cqe *cqe)

Callers 2

send_errorFunction · 0.70
handle_cqeFunction · 0.70

Calls 3

cqe_to_connFunction · 0.85
cqe_to_conn_dirFunction · 0.85
__handle_sendFunction · 0.85

Tested by

no test coverage detected