Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dcompat.h10 struct compat_msghdr { struct
21 struct compat_msghdr msg_hdr; argument
49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg,
51 int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *,
/Linux-v6.1/net/
Dcompat.c37 struct compat_msghdr *msg, in __get_compat_msghdr()
84 struct compat_msghdr __user *umsg, in get_compat_msghdr()
88 struct compat_msghdr msg; in get_compat_msghdr()
341 struct compat_msghdr __user *msg, in __compat_sys_sendmsg()
348 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
369 struct compat_msghdr __user *msg, in __compat_sys_recvmsg()
376 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3()
Dsocket.c2508 struct compat_msghdr __user *msg_compat; in sendmsg_copy_msghdr()
2510 msg_compat = (struct compat_msghdr __user *) umsg; in sendmsg_copy_msghdr()
2662 struct compat_msghdr __user *msg_compat; in recvmsg_copy_msghdr()
2664 msg_compat = (struct compat_msghdr __user *) umsg; in recvmsg_copy_msghdr()
2680 struct compat_msghdr __user *msg_compat = in ____sys_recvmsg()
2681 (struct compat_msghdr __user *) msg; in ____sys_recvmsg()
/Linux-v6.1/include/linux/
Dcompat.h422 struct compat_msghdr;
814 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
816 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
/Linux-v6.1/io_uring/
Dnet.c55 struct compat_msghdr __user *umsg_compat;
467 struct compat_msghdr msg; in __io_compat_recvmsg_copy_hdr()