Searched refs:compat_cmsghdr (Results 1 – 2 of 2) sorted by relevance
107 ((void __user *)((char __user *)(cmsg) + sizeof(struct compat_cmsghdr)))109 (sizeof(struct compat_cmsghdr) + CMSG_COMPAT_ALIGN(len))111 (sizeof(struct compat_cmsghdr) + (len))114 (((msg)->msg_controllen) >= sizeof(struct compat_cmsghdr) ? \115 (struct compat_cmsghdr __user *)((msg)->msg_control) : \116 (struct compat_cmsghdr __user *)NULL)119 ((ucmlen) >= sizeof(struct compat_cmsghdr) && \124 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()125 struct compat_cmsghdr __user *cmsg, int cmsg_len) in cmsg_compat_nxthdr()131 return (struct compat_cmsghdr __user *)ptr; in cmsg_compat_nxthdr()[all …]
25 struct compat_cmsghdr { struct