Lines Matching refs:SEQ_LEQ
524 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
2919 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
3022 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
3029 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3065 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
3487 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
3567 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4354 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4355 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
4598 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
4646 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
4859 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5157 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5286 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
6255 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()