Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dipsecesp.c795 uint_t divpoint; in esp_strip_header() local
813 divpoint = IPH_HDR_LENGTH(ipha); in esp_strip_header()
817 divpoint = ip_hdr_length_v6(data_mp, ip6h); in esp_strip_header()
1001 src = (uint32_t *)(start + divpoint); in esp_strip_header()
1002 dst = (uint32_t *)(start + divpoint + sizeof (esph_t) + ivlen); in esp_strip_header()
1018 src = start + divpoint; in esp_strip_header()
1498 esp_insert_esp(mblk_t *mp, mblk_t *esp_mp, uint_t divpoint, in esp_insert_esp() argument
1502 uint_t wheretodiv = divpoint; in esp_insert_esp()
2614 uintptr_t divpoint, datalen, adj, padlen, i, alloclen; in esp_outbound() local
2693 divpoint = IPH_HDR_LENGTH(ipha); in esp_outbound()
[all …]