Home
last modified time | relevance | path

Searched refs:IORING_ACCEPT_MULTISHOT (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dio_uring.h369 #define IORING_ACCEPT_MULTISHOT (1U << 0) macro
/linux/include/uapi/linux/
H A Dio_uring.h456 #define IORING_ACCEPT_MULTISHOT (1U << 0)
449 #define IORING_ACCEPT_MULTISHOT global() macro
/linux/io_uring/
H A Dnet.c1570 #define ACCEPT_FLAGS (IORING_ACCEPT_MULTISHOT | IORING_ACCEPT_DONTWAIT | \ in io_sendmsg_zc()
1592 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT && in io_sendmsg_zc()
1600 if (accept->iou_flags & IORING_ACCEPT_MULTISHOT) in io_sendrecv_fail()