* One directional just arms receive on our in_fd */
| 737 | * One directional just arms receive on our in_fd |
| 738 | */ |
| 739 | static 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 |
no test coverage detected