Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c526 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()
527 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
540 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()
541 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
922 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()
941 tp->sackhint.nexthole = TAILQ_FIRST(&tp->snd_holes); in tcp_resend_sackholes()
1050 hole = tp->sackhint.nexthole; in tcp_sack_output()
1059 tp->sackhint.nexthole = hole; in tcp_sack_output()
1150 tp->sackhint.nexthole = temp; in tcp_sack_lost_retransmission()
H A Dtcp_var.h119 struct sackhole *nexthole; member
H A Dtcp_output.c270 (tp->sackhint.nexthole != NULL) && in tcp_default_output()