Searched defs:kmsg (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ |
D | compat.c | 36 int __get_compat_msghdr(struct msghdr *kmsg, in __get_compat_msghdr() 83 int get_compat_msghdr(struct msghdr *kmsg, in get_compat_msghdr() 138 int cmsghdr_from_user_compat_to_kern(struct msghdr *kmsg, struct sock *sk, in cmsghdr_from_user_compat_to_kern() 225 int put_cmsg_compat(struct msghdr *kmsg, int level, int type, int len, void *data) in put_cmsg_compat()
|
D | socket.c | 2359 int __copy_msghdr(struct msghdr *kmsg, in __copy_msghdr() 2405 static int copy_msghdr_from_user(struct msghdr *kmsg, in copy_msghdr_from_user()
|
/Linux-v6.1/io_uring/ |
D | net.c | 152 struct io_async_msghdr *kmsg, in io_setup_async_msg() 271 struct io_async_msghdr iomsg, *kmsg; in io_sendmsg() local 623 static int io_recvmsg_prep_multishot(struct io_async_msghdr *kmsg, in io_recvmsg_prep_multishot() 654 struct io_async_msghdr *kmsg, in io_recvmsg_multishot() 710 struct io_async_msghdr iomsg, *kmsg; in io_recvmsg() local 1146 struct io_async_msghdr iomsg, *kmsg; in io_sendmsg_zc() local
|