HomeSort by: relevance | last modified time | path
    Searched refs:SEQ_LT (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/netinet/
tcp_seq.h 42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)
46 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
tcp_sack.c 271 if (SEQ_LT(th->th_ack, tp->snd_una) || SEQ_GT(th->th_ack, tp->snd_max))
297 for (j = i; (j > 0) && SEQ_LT(left, t_sack_block[j - 1].left);
362 if (SEQ_LT(cur->start, sack->left) &&
382 if (SEQ_LT(tp->rcv_lastsack, sack->left)) {
392 if (SEQ_LT(tp->rcv_lastsack, sack->right)) {
413 } else if (SEQ_LT(cur->start, lastack)) {
415 if (SEQ_LT(cur->rxmit, cur->start))
453 if (SEQ_LT(cur->rxmit, cur->end)) {
454 if (SEQ_LT(cur->rxmit, tp->snd_una)) {
489 if (SEQ_LT(tp->snd_nxt, cur->end)
    [all...]
tcp_congctl.c 660 if (SEQ_LT(th->th_ack, tp->snd_high)) {
687 } else if (SEQ_LT(th->th_ack, tp->snd_recover)) {
909 if (SEQ_LT(th->th_ack, tp->snd_high)) {
tcp_input.c 569 if (SEQ_LT(q->ipqe_seq + q->ipqe_len, pkt_seq)) {
620 if (SEQ_LT(q->ipqe_seq, pkt_seq) &&
641 SEQ_LT(q->ipqe_seq, pkt_seq + pkt_len)) {
1869 if (SEQ_LT(tp->snd_high, tp->snd_una))
2074 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2076 if (SEQ_LT(tp->snd_high, tp->snd_una))
2515 SEQ_LT(th->th_ack,
2591 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
2593 if (SEQ_LT(tp->snd_high, tp->snd_una))
2666 if ((tiflags & TH_ACK) && (SEQ_LT(tp->snd_wl1, th->th_seq) |
    [all...]
tcp_output.c 410 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
670 if (TCP_SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max))
910 if (SEQ_LT(p->rxmit + len, tp->snd_una + so->so_snd.sb_cc))
937 if (SEQ_LT(tp->snd_nxt, tp->snd_max))
tcp_timer.c 323 SEQ_LT(tp->t_pmtud_th_seq, (int)(tp->snd_una + tp->t_ourmss))) {
tcp_subr.c 1073 if (SEQ_LT(tp->iss + so->so_snd.sb_hiwat * 16, tp->snd_max) &&
1446 if (SEQ_LT(seq, tp->snd_una) || SEQ_GT(seq, tp->snd_max))
1472 if (SEQ_LT(tp->t_pmtud_th_seq, seq))
tcp_syncache.c 813 if (SEQ_LT(th->th_seq, sc->sc_irs) ||
  /src/sys/net/npf/
npf_state_tcp.c 87 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)
  /src/sys/dist/pf/net/
pf_norm.c 1728 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) ||
1731 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) {
1740 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ',
1744 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' '));
1861 (SEQ_LT(tsval, src->scrub->pfss_tsval0) ||

Completed in 21 milliseconds