Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dio_uring.h369 #define IORING_CQE_F_SOCK_NONEMPTY (1U << 2) macro
/linux-6.1.9/io_uring/
Dnet.c814 cflags |= IORING_CQE_F_SOCK_NONEMPTY; in io_recvmsg()
913 cflags |= IORING_CQE_F_SOCK_NONEMPTY; in io_recv()