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

Function io_uring_recvmsg_payload

src/include/liburing.h:1257–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1255}
1256
1257IOURINGINLINE void *io_uring_recvmsg_payload(struct io_uring_recvmsg_out *o,
1258 struct msghdr *msgh)
1259 LIBURING_NOEXCEPT
1260{
1261 return (void *)((unsigned char *)io_uring_recvmsg_name(o) +
1262 msgh->msg_namelen + msgh->msg_controllen);
1263}
1264
1265IOURINGINLINE unsigned int
1266io_uring_recvmsg_payload_length(struct io_uring_recvmsg_out *o,

Callers 4

testFunction · 0.85
testFunction · 0.85
liburing.hFile · 0.85
process_cqe_recvFunction · 0.85

Calls 1

io_uring_recvmsg_nameFunction · 0.85

Tested by

no test coverage detected