Searched refs:SEQ_SUB (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/netinet/
H A Dtcp_seq.h49 #define SEQ_SUB(a,b) ((long)((a)-(b))) macro
H A Dtcp_congctl.c759 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 160 milliseconds