Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dcompat.h12 struct compat_msghdr { struct
23 struct compat_msghdr msg_hdr; argument
37 #define compat_msghdr msghdr macro
41 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
/Linux-v5.4/net/
Dcompat.c37 struct compat_msghdr __user *umsg, in get_compat_msghdr()
41 struct compat_msghdr msg; in get_compat_msghdr()
639 struct compat_msghdr __user *msg, in __compat_sys_sendmsg()
646 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
667 struct compat_msghdr __user *msg, in __compat_sys_recvmsg()
674 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
Dsocket.c2240 struct compat_msghdr __user *msg_compat = in ___sys_sendmsg()
2241 (struct compat_msghdr __user *)msg; in ___sys_sendmsg()
2448 struct compat_msghdr __user *msg_compat = in ___sys_recvmsg()
2449 (struct compat_msghdr __user *)msg; in ___sys_recvmsg()
/Linux-v5.4/include/linux/
Dcompat.h405 struct compat_msghdr;
774 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
776 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,