Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dcompat.h12 struct compat_msghdr { struct
23 struct compat_msghdr msg_hdr; argument
40 #define compat_msghdr msghdr macro
44 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
/Linux-v4.19/net/
Dcompat.c36 struct compat_msghdr __user *umsg, in get_compat_msghdr()
40 struct compat_msghdr msg; in get_compat_msghdr()
751 struct compat_msghdr __user *msg, in __compat_sys_sendmsg()
758 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
779 struct compat_msghdr __user *msg, in __compat_sys_recvmsg()
786 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
Dsocket.c2045 struct compat_msghdr __user *msg_compat = in ___sys_sendmsg()
2046 (struct compat_msghdr __user *)msg; in ___sys_sendmsg()
2246 struct compat_msghdr __user *msg_compat = in ___sys_recvmsg()
2247 (struct compat_msghdr __user *)msg; in ___sys_recvmsg()
/Linux-v4.19/include/linux/
Dcompat.h437 struct compat_msghdr;
836 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
838 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,