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

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_seq.h49 #define SEQ_SUB(a,b) ((long)((a)-(b))) macro
H A Dtcp_congctl.c691 if (SEQ_SUB(tp->snd_max, th->th_ack) < tp->snd_ssthresh)
692 tp->snd_cwnd = SEQ_SUB(tp->snd_max, th->th_ack)
H A Dtcp_sack.c496 if (SEQ_SUB(tp->snd_max, th->th_ack) < tp->snd_ssthresh)
497 tp->snd_cwnd = SEQ_SUB(tp->snd_max, th->th_ack)
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_seq.h105 #define SEQ_SUB(tpcb, Seq, amt)\ macro
H A Dtp_subr.c439 int i = SEQ_SUB(tpcb, seq, tpcb->tp_snduna);
530 off = SEQ_SUB(tpcb, tpcb->tp_sndnxt, tpcb->tp_snduna);
620 npkts = SEQ_SUB(tpcb, tpcb->tp_sndnxt, oldnxt);
H A Dtp_emit.c532 (int) SEQ_SUB(tpcb, olduwe,
543 tmp1 = SEQ_SUB(tpcb, seq,
H A Dtp_driver.c795 ack_thresh = SEQ_SUB(p, p->tp_lcredit + p->tp_rcvnxt,

Completed in 55 milliseconds