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

Function submit_receive

examples/proxy.c:739–742  ·  view source on GitHub ↗

* One directional just arms receive on our in_fd */

Source from the content-addressed store, hash-verified

737 * One directional just arms receive on our in_fd
738 */
739static void submit_receive(struct io_uring *ring, struct conn *c)
740{
741 __submit_receive(ring, c, &c->cd[0], c->in_fd);
742}
743
744/*
745 * Bi-directional arms receive on both in and out fd

Callers 2

handle_connectFunction · 0.85
open_socketFunction · 0.85

Calls 1

__submit_receiveFunction · 0.85

Tested by

no test coverage detected