cmhdr 213 net/compat.c struct compat_cmsghdr cmhdr; cmhdr 250 net/compat.c cmhdr.cmsg_level = level; cmhdr 251 net/compat.c cmhdr.cmsg_type = type; cmhdr 252 net/compat.c cmhdr.cmsg_len = cmlen; cmhdr 254 net/compat.c if (copy_to_user(cm, &cmhdr, sizeof cmhdr)) cmhdr 217 net/core/scm.c struct cmsghdr cmhdr; cmhdr 232 net/core/scm.c cmhdr.cmsg_level = level; cmhdr 233 net/core/scm.c cmhdr.cmsg_type = type; cmhdr 234 net/core/scm.c cmhdr.cmsg_len = cmlen; cmhdr 237 net/core/scm.c if (copy_to_user(cm, &cmhdr, sizeof cmhdr))