Home
last modified time | relevance | path

Searched refs:IORING_CQE_F_SOCK_NONEMPTY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h403 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro
/openbmc/linux/io_uring/
H A Dnet.c683 cflags |= IORING_CQE_F_SOCK_NONEMPTY; in io_recv_finish()
705 if (cflags & IORING_CQE_F_SOCK_NONEMPTY || msg->msg_inq == -1) { in io_recv_finish()