Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcompat.h49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg,
/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()
/linux/io_uring/
H A Dnet.c250 ret = __get_compat_msghdr(&iomsg->msg, msg, save_addr); in io_compat_msg_copy_hdr()