Searched refs:nexthole (Results 1 – 3 of 3) sorted by relevance
520 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()521 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()534 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()535 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()916 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()935 tp->sackhint.nexthole = TAILQ_FIRST(&tp->snd_holes); in tcp_resend_sackholes()1043 hole = tp->sackhint.nexthole; in tcp_sack_output()1052 tp->sackhint.nexthole = hole; in tcp_sack_output()1131 tp->sackhint.nexthole = temp; in tcp_sack_lost_retransmission()
128 struct sackhole *nexthole; member
267 (tp->sackhint.nexthole != NULL) && in tcp_default_output()