Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2405 mblk_t *send_icmp_head; in ill_frag_timeout() local
2422 send_icmp_head = NULL; in ill_frag_timeout()
2479 mp->b_next = send_icmp_head; in ill_frag_timeout()
2480 send_icmp_head = mp; in ill_frag_timeout()
2516 while (send_icmp_head != NULL) { in ill_frag_timeout()
2519 mp = send_icmp_head; in ill_frag_timeout()
2520 send_icmp_head = send_icmp_head->b_next; in ill_frag_timeout()