Home
last modified time | relevance | path

Searched refs:esplen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c2373 uintptr_t esplen = sizeof (esph_t); in esp_outbound() local
2496 esplen += UDPH_SIZE; in esp_outbound()
2524 esplen += iv_len; in esp_outbound()
2546 espmp = allocb(esplen, BPRI_HI); in esp_outbound()
2558 espmp->b_wptr += esplen; in esp_outbound()