koptlen 467 net/compat.c int koptlen = optlen; koptlen 486 net/compat.c koptlen = sizeof(struct group_req); koptlen 510 net/compat.c koptlen = sizeof(struct group_source_req); koptlen 524 net/compat.c koptlen = optlen + sizeof(struct group_filter) - koptlen 526 net/compat.c if (koptlen < GROUP_FILTER_SIZE(numsrc)) koptlen 528 net/compat.c kgf = compat_alloc_user_space(koptlen); koptlen 529 net/compat.c if (!access_ok(kgf, koptlen) || koptlen 545 net/compat.c return setsockopt(sock, level, optname, koptval, koptlen); koptlen 555 net/compat.c int __user *koptlen; koptlen 562 net/compat.c koptlen = compat_alloc_user_space(sizeof(*koptlen)); koptlen 573 net/compat.c if (!access_ok(koptlen, sizeof(*koptlen)) || koptlen 574 net/compat.c __put_user(klen, koptlen)) koptlen 590 net/compat.c err = getsockopt(sock, level, optname, (char __user *)kgf, koptlen); koptlen 594 net/compat.c if (!access_ok(koptlen, sizeof(*koptlen)) || koptlen 595 net/compat.c __get_user(klen, koptlen))