Searched refs:compat_msghdr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | compat.h | 12 struct compat_msghdr { struct 23 struct compat_msghdr msg_hdr; 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 *,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | compat.h | 10 struct compat_msghdr { struct 21 struct compat_msghdr msg_hdr; 49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg, 51 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
|
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 37 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 D | socket.c | 2404 struct compat_msghdr __user *msg_compat; in sendmsg_copy_msghdr() 2406 msg_compat = (struct compat_msghdr __user *) umsg; in sendmsg_copy_msghdr() 2558 struct compat_msghdr __user *msg_compat; in recvmsg_copy_msghdr() 2560 msg_compat = (struct compat_msghdr __user *) umsg; in recvmsg_copy_msghdr() 2576 struct compat_msghdr __user *msg_compat = in ____sys_recvmsg() 2577 (struct compat_msghdr __user *) msg; in ____sys_recvmsg()
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 37 struct compat_msghdr *msg, in __get_compat_msghdr() 84 struct compat_msghdr __user *umsg, in get_compat_msghdr() 88 struct compat_msghdr msg; in get_compat_msghdr() 343 struct compat_msghdr __user *msg, in __compat_sys_sendmsg() 350 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() 371 struct compat_msghdr __user *msg, in __compat_sys_recvmsg() 378 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
|
H A D | socket.c | 2586 struct compat_msghdr __user *msg_compat; in sendmsg_copy_msghdr() 2588 msg_compat = (struct compat_msghdr __user *) umsg; in sendmsg_copy_msghdr() 2740 struct compat_msghdr __user *msg_compat; in recvmsg_copy_msghdr() 2742 msg_compat = (struct compat_msghdr __user *) umsg; in recvmsg_copy_msghdr() 2758 struct compat_msghdr __user *msg_compat = in ____sys_recvmsg() 2759 (struct compat_msghdr __user *) msg; in ____sys_recvmsg()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compat.h | 389 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,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | compat.h | 420 struct compat_msghdr; 755 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg, 757 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | net.c | 56 struct compat_msghdr __user *umsg_compat; 210 struct compat_msghdr *msg, int ddir) in io_compat_msg_copy_hdr() 300 struct compat_msghdr cmsg; in io_sendmsg_copy_hdr() 572 struct compat_msghdr cmsg; in io_recvmsg_copy_hdr()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 575 struct compat_msghdr __user *umsg_compat;
|
Completed in 30 milliseconds