gf32              515 net/compat.c   		struct compat_group_filter __user *gf32 = (void __user *)optval;
gf32              519 net/compat.c   		if (!access_ok(gf32, __COMPAT_GF0_SIZE) ||
gf32              520 net/compat.c   		    __get_user(interface, &gf32->gf_interface) ||
gf32              521 net/compat.c   		    __get_user(fmode, &gf32->gf_fmode) ||
gf32              522 net/compat.c   		    __get_user(numsrc, &gf32->gf_numsrc))
gf32              533 net/compat.c   		    copy_in_user(&kgf->gf_group, &gf32->gf_group,
gf32              535 net/compat.c   		    (numsrc && copy_in_user(kgf->gf_slist, gf32->gf_slist,
gf32              553 net/compat.c   	struct compat_group_filter __user *gf32 = (void __user *)optval;
gf32              568 net/compat.c   	klen = ulen + sizeof(*kgf) - sizeof(*gf32);
gf32              580 net/compat.c   	if (!access_ok(gf32, __COMPAT_GF0_SIZE) ||
gf32              581 net/compat.c   	    __get_user(interface, &gf32->gf_interface) ||
gf32              582 net/compat.c   	    __get_user(fmode, &gf32->gf_fmode) ||
gf32              583 net/compat.c   	    __get_user(numsrc, &gf32->gf_numsrc) ||
gf32              587 net/compat.c   	    copy_in_user(&kgf->gf_group, &gf32->gf_group, sizeof(kgf->gf_group)))
gf32              598 net/compat.c   	ulen = klen - (sizeof(*kgf)-sizeof(*gf32));
gf32              605 net/compat.c   	    !access_ok(gf32, ulen) ||
gf32              609 net/compat.c   	    __put_user(interface, &gf32->gf_interface) ||
gf32              610 net/compat.c   	    __put_user(fmode, &gf32->gf_fmode) ||
gf32              611 net/compat.c   	    __put_user(numsrc, &gf32->gf_numsrc))
gf32              617 net/compat.c   		copylen = numsrc * sizeof(gf32->gf_slist[0]);
gf32              620 net/compat.c   		if (copy_in_user(gf32->gf_slist, kgf->gf_slist, copylen))