Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c2304 mblk_t *inner_mp; in iptun_find_headers() local
2342 inner_mp = mp->b_cont; in iptun_find_headers()
2343 ipha = (ipha_t *)inner_mp->b_rptr; in iptun_find_headers()
2345 inner_mp = mp; in iptun_find_headers()
2350 if (inner_mp->b_wptr - (uint8_t *)ipha < sizeof (ipha_t)) in iptun_find_headers()
2356 if (inner_mp->b_wptr - (uint8_t *)ipha < sizeof (ip6_t)) in iptun_find_headers()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c12414 mblk_t *outer_mp, *inner_mp; in ipsec_out_process() local
12426 inner_mp = mp; in ipsec_out_process()
12427 ASSERT(inner_mp->b_datap->db_type == M_DATA); in ipsec_out_process()
12429 iipha = (ipha_t *)inner_mp->b_rptr; in ipsec_out_process()
12439 outer_mp->b_cont = inner_mp; in ipsec_out_process()