Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dcompat.h49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg,
/linux-6.12.1/net/
Dcompat.c36 int __get_compat_msghdr(struct msghdr *kmsg, in __get_compat_msghdr() function
94 err = __get_compat_msghdr(kmsg, &msg, save_addr); in get_compat_msghdr()
/linux-6.12.1/io_uring/
Dnet.c337 return __get_compat_msghdr(&iomsg->msg, &cmsg, NULL); in io_sendmsg_copy_hdr()
717 ret = __get_compat_msghdr(&iomsg->msg, &cmsg, &iomsg->uaddr); in io_recvmsg_copy_hdr()