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

Function soaio_snd

freebsd/kern/sys_socket.c:751–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void
752soaio_snd(void *context, int pending)
753{
754 struct socket *so;
755
756 so = context;
757 soaio_process_sb(so, &so->so_snd);
758}
759
760void
761sowakeup_aio(struct socket *so, struct sockbuf *sb)

Callers

nothing calls this directly

Calls 1

soaio_process_sbFunction · 0.85

Tested by

no test coverage detected