kgf 516 net/compat.c struct group_filter __user *kgf; kgf 528 net/compat.c kgf = compat_alloc_user_space(koptlen); kgf 529 net/compat.c if (!access_ok(kgf, koptlen) || kgf 530 net/compat.c __put_user(interface, &kgf->gf_interface) || kgf 531 net/compat.c __put_user(fmode, &kgf->gf_fmode) || kgf 532 net/compat.c __put_user(numsrc, &kgf->gf_numsrc) || kgf 533 net/compat.c copy_in_user(&kgf->gf_group, &gf32->gf_group, kgf 534 net/compat.c sizeof(kgf->gf_group)) || kgf 535 net/compat.c (numsrc && copy_in_user(kgf->gf_slist, gf32->gf_slist, kgf 536 net/compat.c numsrc * sizeof(kgf->gf_slist[0])))) kgf 538 net/compat.c koptval = (char __user *)kgf; kgf 554 net/compat.c struct group_filter __user *kgf; kgf 568 net/compat.c klen = ulen + sizeof(*kgf) - sizeof(*gf32); kgf 578 net/compat.c kgf = compat_alloc_user_space(klen+sizeof(*optlen)); kgf 584 net/compat.c __put_user(interface, &kgf->gf_interface) || kgf 585 net/compat.c __put_user(fmode, &kgf->gf_fmode) || kgf 586 net/compat.c __put_user(numsrc, &kgf->gf_numsrc) || kgf 587 net/compat.c copy_in_user(&kgf->gf_group, &gf32->gf_group, sizeof(kgf->gf_group))) kgf 590 net/compat.c err = getsockopt(sock, level, optname, (char __user *)kgf, koptlen); kgf 598 net/compat.c ulen = klen - (sizeof(*kgf)-sizeof(*gf32)); kgf 604 net/compat.c if (!access_ok(kgf, klen) || kgf 606 net/compat.c __get_user(interface, &kgf->gf_interface) || kgf 607 net/compat.c __get_user(fmode, &kgf->gf_fmode) || kgf 608 net/compat.c __get_user(numsrc, &kgf->gf_numsrc) || kgf 620 net/compat.c if (copy_in_user(gf32->gf_slist, kgf->gf_slist, copylen))