ucmlen            104 net/compat.c   #define CMSG_COMPAT_OK(ucmlen, ucmsg, mhdr) \
ucmlen            105 net/compat.c   	((ucmlen) >= sizeof(struct compat_cmsghdr) && \
ucmlen            106 net/compat.c   	 (ucmlen) <= (unsigned long) \
ucmlen            129 net/compat.c   	compat_size_t ucmlen;
ucmlen            140 net/compat.c   		if (get_user(ucmlen, &ucmsg->cmsg_len))
ucmlen            144 net/compat.c   		if (!CMSG_COMPAT_OK(ucmlen, ucmsg, kmsg))
ucmlen            147 net/compat.c   		tmp = ((ucmlen - sizeof(*ucmsg)) + sizeof(struct cmsghdr));
ucmlen            150 net/compat.c   		ucmsg = cmsg_compat_nxthdr(kmsg, ucmsg, ucmlen);
ucmlen            169 net/compat.c   		if (__get_user(ucmlen, &ucmsg->cmsg_len))
ucmlen            171 net/compat.c   		if (!CMSG_COMPAT_OK(ucmlen, ucmsg, kmsg))
ucmlen            173 net/compat.c   		tmp = ((ucmlen - sizeof(*ucmsg)) + sizeof(struct cmsghdr));
ucmlen            182 net/compat.c   				   (ucmlen - sizeof(*ucmsg))))
ucmlen            187 net/compat.c   		ucmsg = cmsg_compat_nxthdr(kmsg, ucmsg, ucmlen);