Searched refs:espmp (Results 1 – 1 of 1) sorted by relevance
2366 mblk_t *espmp, *tailmp; in esp_outbound() local2546 espmp = allocb(esplen, BPRI_HI); in esp_outbound()2547 if (espmp == NULL) { in esp_outbound()2558 espmp->b_wptr += esplen; in esp_outbound()2559 esph_ptr = (esph_t *)espmp->b_rptr; in esp_outbound()2564 udpha = (udpha_t *)espmp->b_rptr; in esp_outbound()2635 adj = alloclen + (espmp->b_wptr - espmp->b_rptr); in esp_outbound()2660 if (!esp_insert_esp(data_mp, espmp, divpoint, espstack)) { in esp_outbound()2666 freeb(espmp); in esp_outbound()