Searched defs:espmp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c2608 mblk_t *espmp, *tailmp; local
2788 espmp = allocb(esplen, BPRI_HI);
2789 if (espmp == NULL) {
2791 esp1dbg(espstack, ("esp_outbound: can't allocate espmp.\n"));
2800 espmp->b_wptr += esplen;
2801 esph_ptr = (esph_t *)espmp->b_rptr;
2806 udpha = (udpha_t *)espmp->b_rptr;
2877 adj = alloclen + (espmp->b_wptr - espmp->b_rptr);
2902 if (!esp_insert_esp(data_mp, espmp, divpoin
[all...]

Completed in 52 milliseconds