Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2406 mblk_t *send_icmp_head_v6; in ill_frag_timeout() local
2423 send_icmp_head_v6 = NULL; in ill_frag_timeout()
2472 mp->b_next = send_icmp_head_v6; in ill_frag_timeout()
2473 send_icmp_head_v6 = mp; in ill_frag_timeout()
2494 while (send_icmp_head_v6 != NULL) { in ill_frag_timeout()
2497 mp = send_icmp_head_v6; in ill_frag_timeout()
2498 send_icmp_head_v6 = send_icmp_head_v6->b_next; in ill_frag_timeout()