Searched refs:snd_high (Results 1 – 5 of 5) sorted by relevance
61 (tp)->snd_recover = (tp)->snd_high = (tp)->snd_fack = (tp)->iss
660 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()
1869 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()
417 tp->snd_high = tp->snd_max; in tcp_timer_rexmt()
280 tcp_seq snd_high; member