Lines Matching refs:SEQ_LEQ
501 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
3642 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
3745 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
3760 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3830 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
4089 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
4124 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4798 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4799 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
5088 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
5136 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
5348 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5708 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5855 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
6879 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()