Searched refs:nexthole (Results 1 – 3 of 3) sorted by relevance
526 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()527 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()540 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()541 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()922 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()941 tp->sackhint.nexthole = TAILQ_FIRST(&tp->snd_holes); in tcp_resend_sackholes()1050 hole = tp->sackhint.nexthole; in tcp_sack_output()1059 tp->sackhint.nexthole = hole; in tcp_sack_output()1150 tp->sackhint.nexthole = temp; in tcp_sack_lost_retransmission()
119 struct sackhole *nexthole; member
270 (tp->sackhint.nexthole != NULL) && in tcp_default_output()