Searched refs:nexthole (Results 1 – 2 of 2) sorted by relevance
299 if (tp->sackhint.nexthole == NULL) { in tcp_sackhole_insert()300 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()313 if (tp->sackhint.nexthole == hole) { in tcp_sackhole_remove()314 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()676 tp->sackhint.nexthole = NULL; in tcp_free_sackholes()791 hole = tp->sackhint.nexthole; in tcp_sack_output()797 tp->sackhint.nexthole = hole; in tcp_sack_output()
203 struct sackhole *nexthole; member