Searched refs:CMSG_COMPAT_ALIGN (Results 1 – 1 of 1) sorted by relevance
90 #define CMSG_COMPAT_ALIGN(len) ALIGN((len), sizeof(s32)) macro93 ((void __user *)((char __user *)(cmsg) + CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr))))95 (CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr)) + CMSG_COMPAT_ALIGN(len))97 (CMSG_COMPAT_ALIGN(sizeof(struct compat_cmsghdr)) + (len))113 char __user *ptr = (char __user *)cmsg + CMSG_COMPAT_ALIGN(cmsg_len); in cmsg_compat_nxthdr()144 tmp = ((ucmlen - CMSG_COMPAT_ALIGN(sizeof(*ucmsg))) + in cmsghdr_from_user_compat_to_kern()171 tmp = ((ucmlen - CMSG_COMPAT_ALIGN(sizeof(*ucmsg))) + in cmsghdr_from_user_compat_to_kern()181 (ucmlen - CMSG_COMPAT_ALIGN(sizeof(*ucmsg))))) in cmsghdr_from_user_compat_to_kern()