Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_sack.c303 if (tp->sackhint.nexthole == NULL) { in tcp_sackhole_insert()
304 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
317 if (tp->sackhint.nexthole == hole) { in tcp_sackhole_remove()
318 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
669 tp->sackhint.nexthole = NULL; in tcp_free_sackholes()
770 hole = tp->sackhint.nexthole; in tcp_sack_output()
776 tp->sackhint.nexthole = hole; in tcp_sack_output()
806 tp->sackhint.nexthole = TAILQ_FIRST(&tp->snd_holes); in tcp_sack_lost_rexmit()
H A Dtcp_var.h178 struct sackhole *nexthole; member