Searched refs:nexthole (Results 1 – 3 of 3) sorted by relevance
508 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()509 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()522 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()523 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()774 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()856 hole = tp->sackhint.nexthole; in tcp_sack_output()861 tp->sackhint.nexthole = hole; in tcp_sack_output()
107 struct sackhole *nexthole; member