Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/iptun/
H A Diptun.c2303 size_t first_mblkl = MBLKL(mp); in iptun_find_headers() local
2312 if (first_mblkl < sizeof (ipha_t)) in iptun_find_headers()
2332 if (first_mblkl < outer_hlen || in iptun_find_headers()
2333 (first_mblkl == outer_hlen && mp->b_cont == NULL)) in iptun_find_headers()
2341 if (first_mblkl == outer_hlen) { in iptun_find_headers()