Lines Matching defs:tlen
157 int tlen;
233 tlen = + sizeof(*gen) + iph2->sa->l
236 tlen += (sizeof(*gen) + iph2->dhpub->l);
238 tlen += sizeof(*gen) + iph2->id->l;
240 tlen += sizeof(*gen) + iph2->id_p->l;
242 body = vmalloc(tlen);
323 int tlen;
380 tlen = iph2->nonce->l
382 hbuf = vmalloc(tlen);
396 tlen = 0; /* count payload length except of HASH payload. */
474 tlen += pa->len;
487 "HASH allocated:hbuf->l=%zu actual:tlen=%zu\n",
488 hbuf->l, tlen + iph2->nonce->l);
490 hbuf->l = iph2->nonce->l + tlen;
561 int tlen;
594 tlen = sizeof(struct isakmp)
596 buf = vmalloc(tlen);
846 int tlen;
908 tlen = ntohl(isakmp->len) - sizeof(*isakmp);
909 hbuf = vmalloc(tlen);
926 tlen = 0; /* count payload length except of HASH payload. */
1017 tlen += pa->len;
1038 hbuf->l = tlen;
1191 int tlen;
1236 tlen = sizeof(*gen) + iph2->sa_ret->l
1239 tlen += (sizeof(*gen) + iph2->dhpub->l);
1241 tlen += (sizeof(*gen) + iph2->id_p->l
1244 body = vmalloc(tlen);
1513 int tlen;
1528 tlen = sizeof(struct isakmp_pl_n) + iph2->approval->head->spisize;
1529 notify = vmalloc(tlen);
1537 n->h.len = htons(tlen);
1549 tlen = sizeof(struct isakmp)
1552 buf = vmalloc(tlen);
1743 int tlen;
1748 tlen = sizeof(*isakmp)
1751 buf = vmalloc(tlen);