Lines Matching refs:tlen
156 int tlen; local
232 tlen = + sizeof(*gen) + iph2->sa->l
235 tlen += (sizeof(*gen) + iph2->dhpub->l);
237 tlen += sizeof(*gen) + iph2->id->l;
239 tlen += sizeof(*gen) + iph2->id_p->l;
241 body = vmalloc(tlen);
322 int tlen; local
379 tlen = iph2->nonce->l
381 hbuf = vmalloc(tlen);
395 tlen = 0; /* count payload length except of HASH payload. */
473 tlen += pa->len;
487 hbuf->l, tlen + iph2->nonce->l);
489 hbuf->l = iph2->nonce->l + tlen;
560 int tlen; local
593 tlen = sizeof(struct isakmp)
595 buf = vmalloc(tlen);
845 int tlen; local
907 tlen = ntohl(isakmp->len) - sizeof(*isakmp);
908 hbuf = vmalloc(tlen);
925 tlen = 0; /* count payload length except of HASH payload. */
1016 tlen += pa->len;
1037 hbuf->l = tlen;
1190 int tlen; local
1235 tlen = sizeof(*gen) + iph2->sa_ret->l
1238 tlen += (sizeof(*gen) + iph2->dhpub->l);
1240 tlen += (sizeof(*gen) + iph2->id_p->l
1243 body = vmalloc(tlen);
1512 int tlen; local
1527 tlen = sizeof(struct isakmp_pl_n) + iph2->approval->head->spisize;
1528 notify = vmalloc(tlen);
1536 n->h.len = htons(tlen);
1548 tlen = sizeof(struct isakmp)
1551 buf = vmalloc(tlen);
1742 int tlen; local
1747 tlen = sizeof(*isakmp)
1750 buf = vmalloc(tlen);