Lines Matching refs:SEQ_LEQ
525 if (SEQ_LEQ(tp->snd_una, tp->t_bwmeas->bw_start)) { in tcp_bwmeas_check()
3024 SEQ_LEQ(th->th_ack, tp->snd_max))) { in tcp_input()
3127 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
3142 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
3178 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
3539 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
3573 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
4389 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
4390 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_input()
4712 SEQ_LEQ(th->th_ack, tp->snd_una) && in tcp_input()
4760 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
4973 if (SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5275 SEQ_LEQ(th->th_ack, tp->snd_recover)) { in tcp_input()
5404 SEQ_LEQ(th->th_ack, tp->snd_una) && tlen == 0 && in tcp_input()
6395 SEQ_LEQ(th_ack, tp->snd_max) && in tcp_xmit_timer()