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

  /src/sys/netinet/
tcp_seq.h 49 #define SEQ_SUB(a,b) ((long)((a)-(b)))
tcp_congctl.c 759 if (SEQ_SUB(tp->snd_max, th->th_ack) < tp->snd_ssthresh)
760 tp->snd_cwnd = SEQ_SUB(tp->snd_max, th->th_ack)

Completed in 12 milliseconds