Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dio_uring.h216 IORING_OP_SEND_ZC, enumerator
/Linux-v6.1/io_uring/
Dopdef.c489 [IORING_OP_SEND_ZC] = {
Dnet.c959 if (req->opcode == IORING_OP_SEND_ZC) { in io_send_zc_prep()
1225 (req->opcode == IORING_OP_SEND_ZC || req->opcode == IORING_OP_SENDMSG_ZC)) in io_sendrecv_fail()
/Linux-v6.1/tools/testing/selftests/net/
Dio_uring_zerocopy_tx.c287 sqe->opcode = (__u8) IORING_OP_SEND_ZC; in io_uring_prep_sendzc()