Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dcompat.h49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg,
/openbmc/linux/net/
H A 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()
/openbmc/linux/io_uring/
H A Dnet.c306 return __get_compat_msghdr(&iomsg->msg, &cmsg, NULL); in io_sendmsg_copy_hdr()
578 ret = __get_compat_msghdr(&iomsg->msg, &cmsg, &iomsg->uaddr); in io_recvmsg_copy_hdr()