Home
last modified time | relevance | path

Searched refs:IORING_OP_SEND_ZC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/io_uring/
H A Dopdef.c404 [IORING_OP_SEND_ZC] = {
633 [IORING_OP_SEND_ZC] = {
H A Dnet.c1077 if (req->opcode == IORING_OP_SEND_ZC) { in io_send_zc_prep()
1346 (req->opcode == IORING_OP_SEND_ZC || req->opcode == IORING_OP_SENDMSG_ZC)) in io_sendrecv_fail()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h241 IORING_OP_SEND_ZC, enumerator
/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c287 sqe->opcode = (__u8) IORING_OP_SEND_ZC; in io_uring_prep_sendzc()