Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dcompat.h11 struct compat_msghdr { struct
22 struct compat_msghdr msg_hdr; argument
39 #define compat_msghdr msghdr macro
43 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
45 asmlinkage long compat_sys_sendmsg(int, struct compat_msghdr __user *,
49 asmlinkage long compat_sys_recvmsg(int, struct compat_msghdr __user *,
/linux-4.4.14/include/linux/
Dcompat.h301 struct compat_msghdr;
567 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
571 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
/linux-4.4.14/net/
Dcompat.c35 struct compat_msghdr __user *umsg, in get_compat_msghdr()
717 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) in COMPAT_SYSCALL_DEFINE3()
729 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) in COMPAT_SYSCALL_DEFINE3()
Dsocket.c1879 struct compat_msghdr __user *msg_compat = in ___sys_sendmsg()
1880 (struct compat_msghdr __user *)msg; in ___sys_sendmsg()
2066 struct compat_msghdr __user *msg_compat = in ___sys_recvmsg()
2067 (struct compat_msghdr __user *)msg; in ___sys_recvmsg()