Home
last modified time | relevance | path

Searched refs:compat_msghdr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dcompat.h12 struct compat_msghdr { struct
23 struct compat_msghdr msg_hdr; argument
55 #define compat_msghdr msghdr macro
59 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg,
62 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c37 struct compat_msghdr __user *umsg, in __get_compat_msghdr()
41 struct compat_msghdr msg; in __get_compat_msghdr()
89 struct compat_msghdr __user *umsg, in get_compat_msghdr()
344 struct compat_msghdr __user *msg, in __compat_sys_sendmsg()
351 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
372 struct compat_msghdr __user *msg, in __compat_sys_recvmsg()
379 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
H A Dsocket.c2383 struct compat_msghdr __user *msg_compat; in sendmsg_copy_msghdr()
2385 msg_compat = (struct compat_msghdr __user *) umsg; in sendmsg_copy_msghdr()
2537 struct compat_msghdr __user *msg_compat; in recvmsg_copy_msghdr()
2539 msg_compat = (struct compat_msghdr __user *) umsg; in recvmsg_copy_msghdr()
2555 struct compat_msghdr __user *msg_compat = in ____sys_recvmsg()
2556 (struct compat_msghdr __user *) msg; in ____sys_recvmsg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h389 struct compat_msghdr;
720 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
722 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c584 struct compat_msghdr __user *umsg_compat;