Lines Matching refs:SEQ_LEQ
501 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
3643 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
3746 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
3761 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3831 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
4090 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
4125 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4799 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4800 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
5089 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
5137 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
5349 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5709 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5856 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
6880 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()