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

Function handle_recv

examples/proxy.c:1375–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375static int handle_recv(struct io_uring *ring, struct io_uring_cqe *cqe)
1376{
1377 struct conn *c = cqe_to_conn(cqe);
1378 struct conn_dir *cd = cqe_to_conn_dir(c, cqe);
1379
1380 return __handle_recv(ring, c, cd, cqe);
1381}
1382
1383static int recv_error(struct error_handler *err, struct io_uring *ring,
1384 struct io_uring_cqe *cqe)

Callers 1

handle_cqeFunction · 0.70

Calls 3

cqe_to_connFunction · 0.85
cqe_to_conn_dirFunction · 0.85
__handle_recvFunction · 0.85

Tested by

no test coverage detected