Lines Matching refs:SEQ_LEQ
522 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
2866 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
2969 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
2976 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3012 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
3371 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
3405 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4085 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4086 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
4342 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
4390 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
4602 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
4890 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5017 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
5969 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()