Searched refs:nexthole (Results 1 – 2 of 2) sorted by relevance
303 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()
178 struct sackhole *nexthole; member