Home
last modified time | relevance | path

Searched refs:SEQ_LEQ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netproto/802_11/
H A Dieee80211_input.h158 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) in ieee80211_check_rxseq() macro
225 SEQ_LEQ(rxseq, ni->ni_rxseqs[tid])) in ieee80211_check_rxseq()
243 #undef SEQ_LEQ in ieee80211_check_rxseq()
/dragonfly/sys/netinet/
H A Dtcp_sack.c253 while (sb && SEQ_LEQ(sb->sblk_end, th_ack)) { in tcp_sack_ack_blocks()
358 SEQ_LEQ(blocks[0].rblk_end, blocks[1].rblk_end)) in tcp_sack_ndsack_blocks()
387 if (SEQ_LEQ(newsackblock->rblk_start, tp->snd_una)) in tcp_sack_add_blocks()
420 if (SEQ_LEQ(tp->rexmt_rescue, tp->snd_una)) { in tcp_sack_update_scoreboard()
831 if (SEQ_LEQ(tp->sackhistory[i].rblk_end, tp->rcv_nxt)) { in tcp_sack_ack_history()
879 if (SEQ_GEQ(start, old_start) && SEQ_LEQ(end, old_end)) { in tcp_sack_update_reported_history()
899 KASSERT(SEQ_LEQ(start, old_start) && in tcp_sack_update_reported_history()
H A Dtcp_seq.h80 #define SEQ_LEQ(a,b) ((int)((a)-(b)) <= 0) macro
H A Dtcp_input.c1231 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
1238 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
1500 (SEQ_LEQ(th->th_ack, tp->snd_una) || in tcp_input()
1521 (SEQ_LEQ(th->th_ack, tp->iss) || in tcp_input()
1683 SEQ_LEQ(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input()
1915 if ((to.to_flags & TOF_TS) && SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
1916 SEQ_LEQ(tp->last_ack_sent, (th->th_seq + tlen in tcp_input()
1999 if (SEQ_LEQ(th->th_ack, tp->snd_una)) { in tcp_input()
2732 if (SEQ_LEQ(r->rblk_end, r->rblk_start)) { in tcp_dooptions()
H A Dtcp_syncache.c634 SEQ_LEQ(th->th_seq, sc->sc_irs + sc->sc_wnd)) { in syncache_chkrst()