Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.c840 #define CQE_F_MASK (IORING_CQE_F_SOCK_NONEMPTY|IORING_CQE_F_MORE) macro
877 cflags = req->cqe.flags | (cflags & CQE_F_MASK); in io_recv_finish()
890 req->cqe.flags = cflags & ~CQE_F_MASK; in io_recv_finish()