Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c520 if (tp->sackhint.nexthole == NULL) in tcp_sackhole_insert()
521 tp->sackhint.nexthole = hole; in tcp_sackhole_insert()
534 if (tp->sackhint.nexthole == hole) in tcp_sackhole_remove()
535 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink); in tcp_sackhole_remove()
916 KASSERT(tp->sackhint.nexthole == NULL, in tcp_free_sackholes()
935 tp->sackhint.nexthole = TAILQ_FIRST(&tp->snd_holes); in tcp_resend_sackholes()
1043 hole = tp->sackhint.nexthole; in tcp_sack_output()
1052 tp->sackhint.nexthole = hole; in tcp_sack_output()
1131 tp->sackhint.nexthole = temp; in tcp_sack_lost_retransmission()
H A Dtcp_var.h128 struct sackhole *nexthole; member
H A Dtcp_output.c267 (tp->sackhint.nexthole != NULL) && in tcp_default_output()