Searched refs:espmp (Results 1 – 1 of 1) sorted by relevance
2608 mblk_t *espmp, *tailmp; in esp_outbound() local2788 espmp = allocb(esplen, BPRI_HI); in esp_outbound()2789 if (espmp == NULL) { in esp_outbound()2800 espmp->b_wptr += esplen; in esp_outbound()2801 esph_ptr = (esph_t *)espmp->b_rptr; in esp_outbound()2806 udpha = (udpha_t *)espmp->b_rptr; in esp_outbound()2877 adj = alloclen + (espmp->b_wptr - espmp->b_rptr); in esp_outbound()2902 if (!esp_insert_esp(data_mp, espmp, divpoint, espstack)) { in esp_outbound()2908 freeb(espmp); in esp_outbound()