Home
last modified time | relevance | path

Searched refs:SEQ_GT (Results 1 – 13 of 13) sorted by path

/original-bsd/sys/deprecated/bbnnet/
H A Drdp_subr.c165 if (SEQ_GT(rdpcb->r_sendq.rq_baseseq, rdpcb->r_rttimed))
H A Dseq.h5 #define SEQ_GT(a,b) ((long)((a)-(b)) > 0) macro
10 #define SEQ_MAX(a,b) (SEQ_GT((a),(b)) ? (a) : (b))
H A Dtcp.h222 #define ack_fin(x, y) (SEQ_GT((x)->seq_fin, (x)->iss) && \
223 SEQ_GT((y)->t_ackno, (x)->seq_fin))
H A Dtcp_input.c70 SEQ_GT(n->t_ackno, tp->snd_hi))) \
126 if (SEQ_GT(tp->snd_una, n->t_ackno) || \
127 SEQ_GT(n->t_ackno, tp->snd_hi)) { \
H A Dtcp_prim.c176 if (SEQ_GT(tp->snd_urp, tp->snd_nxt))
H A Dtcp_procs.c232 if (SEQ_GT(tp->snd_end, tp->snd_una) &&
336 SEQ_GT(tp->snd_una, tp->t_xmt_val)))
489 if (SEQ_GT(tp->snd_una, tp->snd_nxt)) \
515 if (SEQ_GT(tp->snd_una, tp->iss)) { \
532 if (SEQ_NEQ(tp->seq_fin, tp->iss) && SEQ_GT(tp->snd_una, tp->seq_fin)) \
571 if (n->t_flags&T_ACK && SEQ_GT(n->t_ackno, tp->snd_una))
603 if (SEQ_GT(last, tp->rcv_urpend))
608 if (SEQ_GT(n->t_seq, tp->rcv_urpend+1))
831 while ((q != (struct th *)tp) && SEQ_GT(t->t_seq, t_end(q)))
H A Dtcp_states.c363 if (SEQ_GT(n->t_ackno, tp->iss)) /* 32 */
/original-bsd/sys/netinet/
H A Dtcp_input.c102 if (SEQ_GT(q->ti_seq, ti->ti_seq))
422 if (SEQ_GT(ti->ti_ack, tp->snd_una) &&
432 SEQ_GT(ti->ti_ack, tp->t_rtseq))
600 SEQ_GT(ti->ti_ack, tp->snd_max)))
778 SEQ_GT(ti->ti_seq, tp->rcv_nxt)) {
873 if (SEQ_GT(tp->snd_una, ti->ti_ack) ||
874 SEQ_GT(ti->ti_ack, tp->snd_max))
951 if (SEQ_GT(onxt, tp->snd_nxt))
971 if (SEQ_GT(ti->ti_ack, tp->snd_max)) {
1148 if (SEQ_GT(ti->ti_seq+ti->ti_urp, tp->rcv_up)) {
[all …]
H A Dtcp_output.c192 if (SEQ_GT(tp->snd_up, tp->snd_una))
367 else if (SEQ_GT(tp->snd_up, tp->snd_una))
428 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
468 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
498 if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
552 if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
H A Dtcp_seq.h17 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro
/original-bsd/sys/netiso/
H A Dtp.trans1267 if (SEQ_GT($P, ack_thresh, $P.tp_sent_uwe)) {
H A Dtp_seq.h56 #define SEQ_GT(tpcb, seq, operand ) \ macro
76 #define SEQ_MIN(tpcb, a, b) ( SEQ_GT(tpcb, a, b) ? b : a)
78 #define SEQ_MAX(tpcb, a, b) ( SEQ_GT(tpcb, a, b) ? a : b)
96 ( SEQ_GT(tpcb, seq, lwe) && SEQ_LEQ(tpcb, seq, uwe) )
H A Dtp_subr.c280 if (SEQ_GT(tpcb, onxt, tpcb->tp_sndnxt)) {
318 if (tpcb->tp_rttemit && SEQ_GT(tpcb, seq, tpcb->tp_rttseq))
555 if (SEQ_GT(tpcb, tpcb->tp_sndnew, tpcb->tp_sndnum))