compat_msghdr     405 include/linux/compat.h struct compat_msghdr;
compat_msghdr     772 include/linux/compat.h asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
compat_msghdr     774 include/linux/compat.h asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
compat_msghdr      23 include/net/compat.h 	struct compat_msghdr msg_hdr;
compat_msghdr      41 include/net/compat.h int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
compat_msghdr      37 net/compat.c   		      struct compat_msghdr __user *umsg,
compat_msghdr      41 net/compat.c   	struct compat_msghdr msg;
compat_msghdr     639 net/compat.c   					struct compat_msghdr __user *msg,
compat_msghdr     646 net/compat.c   COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg,
compat_msghdr     667 net/compat.c   					struct compat_msghdr __user *msg,
compat_msghdr     674 net/compat.c   COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg,
compat_msghdr    2323 net/socket.c   		struct compat_msghdr __user *msg_compat;
compat_msghdr    2325 net/socket.c   		msg_compat = (struct compat_msghdr __user *) umsg;
compat_msghdr    2494 net/socket.c   		struct compat_msghdr __user *msg_compat;
compat_msghdr    2496 net/socket.c   		msg_compat = (struct compat_msghdr __user *) umsg;
compat_msghdr    2512 net/socket.c   	struct compat_msghdr __user *msg_compat =
compat_msghdr    2513 net/socket.c   					(struct compat_msghdr __user *) msg;