Searched refs:nexthole (Results 1 – 2 of 2) sorted by relevance
300 if (tp->sackhint.nexthole == NULL) { in tcp_sackhole_insert()301 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()314 if (tp->sackhint.nexthole == hole) { in tcp_sackhole_remove()315 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()686 tp->sackhint.nexthole = NULL; in tcp_free_sackholes()801 hole = tp->sackhint.nexthole; in tcp_sack_output()807 tp->sackhint.nexthole = hole; in tcp_sack_output()
190 struct sackhole *nexthole; member