HomeSort by: relevance | last modified time | path
    Searched refs:snd_high (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
tcp_seq.h 61 (tp)->snd_recover = (tp)->snd_high = (tp)->snd_fack = (tp)->iss
tcp_congctl.c 660 if (SEQ_LT(th->th_ack, tp->snd_high)) {
909 if (SEQ_LT(th->th_ack, tp->snd_high)) {
tcp_input.c 1869 if (SEQ_LT(tp->snd_high, tp->snd_una))
1870 tp->snd_high = tp->snd_una;
2076 if (SEQ_LT(tp->snd_high, tp->snd_una))
2077 tp->snd_high = tp->snd_una;
2593 if (SEQ_LT(tp->snd_high, tp->snd_una))
2594 tp->snd_high = tp->snd_una;
tcp_timer.c 417 tp->snd_high = tp->snd_max;
tcp_var.h 274 * snd_high
280 tcp_seq snd_high; member in struct:tcpcb

Completed in 17 milliseconds