kcmlen 130 net/compat.c __kernel_size_t kcmlen, tmp; kcmlen 136 net/compat.c kcmlen = 0; kcmlen 149 net/compat.c kcmlen += tmp; kcmlen 152 net/compat.c if (kcmlen == 0) kcmlen 160 net/compat.c if (kcmlen > stackbuf_size) kcmlen 161 net/compat.c kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); kcmlen 166 net/compat.c memset(kcmsg, 0, kcmlen); kcmlen 174 net/compat.c if ((char *)kcmsg_base + kcmlen - (char *)kcmsg < CMSG_ALIGN(tmp)) kcmlen 194 net/compat.c if ((char *)kcmsg - (char *)kcmsg_base != kcmlen) kcmlen 199 net/compat.c kmsg->msg_controllen = kcmlen; kcmlen 206 net/compat.c sock_kfree_s(sk, kcmsg_base, kcmlen);