Home
last modified time | relevance | path

Searched refs:snd_high (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_seq.h61 (tp)->snd_recover = (tp)->snd_high = (tp)->snd_fack = (tp)->iss
Dtcp_congctl.c660 if (SEQ_LT(th->th_ack, tp->snd_high)) { in tcp_newreno_fast_retransmit()
909 if (SEQ_LT(th->th_ack, tp->snd_high)) { in tcp_cubic_fast_retransmit()
Dtcp_input.c1869 if (SEQ_LT(tp->snd_high, tp->snd_una)) in tcp_input()
1870 tp->snd_high = tp->snd_una; in tcp_input()
2076 if (SEQ_LT(tp->snd_high, tp->snd_una)) in tcp_input()
2077 tp->snd_high = tp->snd_una; in tcp_input()
2593 if (SEQ_LT(tp->snd_high, tp->snd_una)) in tcp_input()
2594 tp->snd_high = tp->snd_una; in tcp_input()
Dtcp_timer.c417 tp->snd_high = tp->snd_max; in tcp_timer_rexmt()
Dtcp_var.h280 tcp_seq snd_high; member