Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dio_uring.h216 IORING_OP_SEND_ZC, enumerator
/linux-6.1.9/io_uring/
Dopdef.c496 [IORING_OP_SEND_ZC] = {
Dnet.c975 if (req->opcode == IORING_OP_SEND_ZC) { in io_send_zc_prep()
1241 (req->opcode == IORING_OP_SEND_ZC || req->opcode == IORING_OP_SENDMSG_ZC)) in io_sendrecv_fail()
/linux-6.1.9/tools/testing/selftests/net/
Dio_uring_zerocopy_tx.c287 sqe->opcode = (__u8) IORING_OP_SEND_ZC; in io_uring_prep_sendzc()