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

Function io_uring_prep_sendmsg_zc_fixed

src/include/liburing.h:1169–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169IOURINGINLINE void io_uring_prep_sendmsg_zc_fixed(struct io_uring_sqe *sqe,
1170 int fd,
1171 const struct msghdr *msg,
1172 unsigned flags,
1173 unsigned buf_index)
1174 LIBURING_NOEXCEPT
1175{
1176 io_uring_prep_sendmsg_zc(sqe, fd, msg, flags);
1177 sqe->ioprio |= IORING_RECVSEND_FIXED_BUF;
1178 sqe->buf_index = buf_index;
1179}
1180
1181IOURINGINLINE void io_uring_prep_recv(struct io_uring_sqe *sqe, int sockfd,
1182 void *buf, size_t len, int flags)

Callers 1

test_sendzcFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_sendzcFunction · 0.68