| Home | Sort by: relevance | last modified time | path |
| /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) |