MCPcopy Create free account
hub / github.com/F-Stack/f-stack / soaio_rcv

Function soaio_rcv

freebsd/kern/sys_socket.c:742–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void
743soaio_rcv(void *context, int pending)
744{
745 struct socket *so;
746
747 so = context;
748 soaio_process_sb(so, &so->so_rcv);
749}
750
751void
752soaio_snd(void *context, int pending)

Callers

nothing calls this directly

Calls 1

soaio_process_sbFunction · 0.85

Tested by

no test coverage detected