Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_skcipher.c110 if (msg->msg_iocb && !is_sync_kiocb(msg->msg_iocb)) { in _skcipher_recvmsg()
113 areq->iocb = msg->msg_iocb; in _skcipher_recvmsg()
H A Dalgif_aead.c285 if (msg->msg_iocb && !is_sync_kiocb(msg->msg_iocb)) { in _aead_recvmsg()
288 areq->iocb = msg->msg_iocb; in _aead_recvmsg()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h67 struct kiocb *msg_iocb; /* ptr to iocb for async requests */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h67 struct kiocb *msg_iocb; /* ptr to iocb for async requests */ member
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c82 kmsg->msg_iocb = NULL; in __get_compat_msghdr()
H A Dsocket.c965 .msg_iocb = iocb}; in sock_read_iter()
987 .msg_iocb = iocb}; in sock_write_iter()
2040 msg.msg_iocb = NULL; in __sys_recvfrom()
2276 kmsg->msg_iocb = NULL; in __copy_msghdr_from_user()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5007 msg.msg_iocb = NULL; in io_recv()