Searched refs:compat_msghdr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dcompat.h11 struct compat_msghdr { struct
31 #define compat_msghdr msghdr /* to avoid compiler warnings */ macro
34 extern int get_compat_msghdr(struct msghdr *, struct compat_msghdr __user *);
36 extern asmlinkage long compat_sys_sendmsg(int,struct compat_msghdr __user *,unsigned);
37 extern asmlinkage long compat_sys_recvmsg(int,struct compat_msghdr __user *,unsigned);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/
H A Dcompat.c56 int get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg)
627 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg, unsigned flags)
632 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg, unsigned int flags)
H A Dsocket.c1777 struct compat_msghdr __user *msg_compat =
1778 (struct compat_msghdr __user *)msg;
1880 struct compat_msghdr __user *msg_compat =
1881 (struct compat_msghdr __user *)msg;

Completed in 47 milliseconds