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

Function io_uring_recvmsg_name

src/include/liburing.h:1217–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215}
1216
1217IOURINGINLINE void *io_uring_recvmsg_name(struct io_uring_recvmsg_out *o)
1218 LIBURING_NOEXCEPT
1219{
1220 return (void *) &o[1];
1221}
1222
1223IOURINGINLINE struct cmsghdr *
1224io_uring_recvmsg_cmsg_firsthdr(struct io_uring_recvmsg_out *o,

Callers 4

testFunction · 0.85
io_uring_recvmsg_payloadFunction · 0.85
process_cqe_recvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected