Home
last modified time | relevance | path

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

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