Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2305 size_t first_mblkl = MBLKL(mp); in iptun_find_headers() local
2314 if (first_mblkl < sizeof (ipha_t)) in iptun_find_headers()
2334 if (first_mblkl < outer_hlen || in iptun_find_headers()
2335 (first_mblkl == outer_hlen && mp->b_cont == NULL)) in iptun_find_headers()
2343 if (first_mblkl == outer_hlen) { in iptun_find_headers()