Searched refs:compat_cmsghdr (Results 1 – 3 of 3) sorted by relevance
108 ((void __user *)((char __user *)(cmsg) + sizeof(struct compat_cmsghdr)))110 (sizeof(struct compat_cmsghdr) + CMSG_COMPAT_ALIGN(len))112 (sizeof(struct compat_cmsghdr) + (len))115 (((msg)->msg_controllen) >= sizeof(struct compat_cmsghdr) ? \116 (struct compat_cmsghdr __user *)((msg)->msg_control_user) : \117 (struct compat_cmsghdr __user *)NULL)120 ((ucmlen) >= sizeof(struct compat_cmsghdr) && \125 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()126 struct compat_cmsghdr __user *cmsg, int cmsg_len) in cmsg_compat_nxthdr()132 return (struct compat_cmsghdr __user *)ptr; in cmsg_compat_nxthdr()[all …]
25 struct compat_cmsghdr { struct
133 len = sizeof(struct compat_cmsghdr) + sizeof(int); in scm_pidfd_recv()