Searched refs:compat_cmsghdr (Results 1 – 2 of 2) sorted by relevance
91 ((void __user *)((char __user *)(cmsg) + sizeof(struct compat_cmsghdr)))93 (sizeof(struct compat_cmsghdr) + CMSG_COMPAT_ALIGN(len))95 (sizeof(struct compat_cmsghdr) + (len))98 (((msg)->msg_controllen) >= sizeof(struct compat_cmsghdr) ? \99 (struct compat_cmsghdr __user *)((msg)->msg_control) : \100 (struct compat_cmsghdr __user *)NULL)103 ((ucmlen) >= sizeof(struct compat_cmsghdr) && \108 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()109 struct compat_cmsghdr __user *cmsg, int cmsg_len) in cmsg_compat_nxthdr()115 return (struct compat_cmsghdr __user *)ptr; in cmsg_compat_nxthdr()[all …]
27 struct compat_cmsghdr { struct