Home
last modified time | relevance | path

Searched refs:nexthole (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_sack.c300 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()
H A Dtcp_var.h190 struct sackhole *nexthole; member