Searched refs:compat_cmsghdr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dcompat.h21 struct compat_cmsghdr { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/
H A Dcompat.c106 ((void __user *)((char __user *)(cmsg) + CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr))))
108 (CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr)) + CMSG_COMPAT_ALIGN(len))
110 (CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr)) + (len))
113 (((msg)->msg_controllen) >= sizeof(struct compat_cmsghdr) ? \
114 (struct compat_cmsghdr __user *)((msg)->msg_control) : \
115 (struct compat_cmsghdr __user *)NULL)
118 ((ucmlen) >= sizeof(struct compat_cmsghdr) && \
123 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg,
124 struct compat_cmsghdr __user *cmsg, int cmsg_len)
130 return (struct compat_cmsghdr __use
[all...]

Completed in 96 milliseconds