Lines Matching refs:SEQ_LEQ
523 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
3076 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
3179 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
3194 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3267 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
3641 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
3675 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4506 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4507 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
4844 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
4900 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
5110 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5468 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5615 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
6617 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()