Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dopdef.c264 [IORING_OP_SEND] = {
549 [IORING_OP_SEND] = {
H A Dnet.c377 if (req->opcode == IORING_OP_SEND) { in io_sendmsg_prep()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h220 IORING_OP_SEND, enumerator
/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c275 sqe->opcode = (__u8) IORING_OP_SEND; in io_uring_prep_send()