Lines Matching refs:sendbuf
1240 iph2->sendbuf = vmalloc(tlen);
1241 if (iph2->sendbuf == NULL) {
1248 isakmp = (struct isakmp *)iph2->sendbuf->v;
1274 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
1278 plogdump(LLV_DEBUG, iph2->sendbuf->v, iph2->sendbuf->l);
1284 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf,
1286 VPTRINIT(iph2->sendbuf);
1289 iph2->sendbuf = tmp;
1293 if (isakmp_send(iph2->ph1, iph2->sendbuf) < 0) {
1294 VPTRINIT(iph2->sendbuf);
1306 VPTRINIT(iph2->sendbuf);
1309 if (iph2->sendbuf != NULL)
1310 vfree(iph2->sendbuf);