Lines Matching refs:__get_user
169 if (__get_user(ucmlen, &ucmsg->cmsg_len)) in cmsghdr_from_user_compat_to_kern()
178 if (__get_user(kcmsg->cmsg_level, &ucmsg->cmsg_level) || in cmsghdr_from_user_compat_to_kern()
179 __get_user(kcmsg->cmsg_type, &ucmsg->cmsg_type) || in cmsghdr_from_user_compat_to_kern()
480 __get_user(interface, &gr32->gr_interface) || in compat_mc_setsockopt()
502 __get_user(interface, &gsr32->gsr_interface) || in compat_mc_setsockopt()
520 __get_user(interface, &gf32->gf_interface) || in compat_mc_setsockopt()
521 __get_user(fmode, &gf32->gf_fmode) || in compat_mc_setsockopt()
522 __get_user(numsrc, &gf32->gf_numsrc)) in compat_mc_setsockopt()
564 __get_user(ulen, optlen)) in compat_mc_getsockopt()
581 __get_user(interface, &gf32->gf_interface) || in compat_mc_getsockopt()
582 __get_user(fmode, &gf32->gf_fmode) || in compat_mc_getsockopt()
583 __get_user(numsrc, &gf32->gf_numsrc) || in compat_mc_getsockopt()
595 __get_user(klen, koptlen)) in compat_mc_getsockopt()
606 __get_user(interface, &kgf->gf_interface) || in compat_mc_getsockopt()
607 __get_user(fmode, &kgf->gf_fmode) || in compat_mc_getsockopt()
608 __get_user(numsrc, &kgf->gf_numsrc) || in compat_mc_getsockopt()