Searched refs:compat_msghdr (Results 1 – 5 of 5) sorted by relevance
| /linux/include/net/ |
| A D | compat.h | 10 struct compat_msghdr { struct 21 struct compat_msghdr msg_hdr; argument 49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg, 52 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
|
| /linux/net/ |
| 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()
|
| A D | socket.c | 2435 struct compat_msghdr __user *msg_compat; in sendmsg_copy_msghdr() 2437 msg_compat = (struct compat_msghdr __user *) umsg; in sendmsg_copy_msghdr() 2589 struct compat_msghdr __user *msg_compat; in recvmsg_copy_msghdr() 2591 msg_compat = (struct compat_msghdr __user *) umsg; in recvmsg_copy_msghdr() 2607 struct compat_msghdr __user *msg_compat = in ____sys_recvmsg() 2608 (struct compat_msghdr __user *) msg; in ____sys_recvmsg()
|
| /linux/include/linux/ |
| A D | compat.h | 390 struct compat_msghdr; 782 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg, 784 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
|
| /linux/fs/ |
| A D | io_uring.c | 573 struct compat_msghdr __user *umsg_compat;
|
Completed in 34 milliseconds