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

  /src/sys/netinet/
tcp_seq.h 44 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0)
47 #define SEQ_MAX(a, b) ((SEQ_GT(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))
281 acked = (SEQ_GT(th->th_ack, tp->snd_una)) ? th->th_ack : tp->snd_una;
288 if (SEQ_LEQ(right, acked) || SEQ_GT(right, tp->snd_max) ||
363 SEQ_GT(cur->end, sack->right)) {
406 tcp_seq lastack = SEQ_GT(th->th_ack, tp->snd_una) ?
tcp_input.c 309 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
512 if (SEQ_GT(pkt_seq, p->ipqe_seq + p->ipqe_len)) {
578 if (SEQ_GT(q->ipqe_seq, pkt_seq + pkt_len)) {
621 SEQ_GT(q->ipqe_seq + q->ipqe_len, pkt_seq)) {
640 if (SEQ_GT(q->ipqe_seq, pkt_seq) &&
1083 SEQ_GT(th->th_seq, vp->rcv_nxt)) {
1838 if (SEQ_GT(th->th_ack, tp->snd_una) &&
1848 SEQ_GT(th->th_ack, tp->t_rtseq))
2063 SEQ_GT(th->th_ack, tp->snd_max)))
2167 SEQ_GT(th->th_ack, tp->snd_max))
    [all...]
tcp_output.c 706 if (SEQ_GT(p->end, tp->snd_recover)) {
964 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt))
992 if (SEQ_GT(tp->snd_up, tp->snd_una))
999 if (TCP_SACK_ENABLED(tp) && SEQ_GT(tp->snd_max, tp->snd_una) &&
1251 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1386 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1477 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1519 if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
1646 if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
tcp_congctl.c 497 if (SEQ_GT(onxt, tp->snd_nxt))
583 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
740 if (SEQ_GT(onxt, tp->snd_nxt))
767 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
tcp_syncache.c 577 SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) {
769 if (sc->sc_win > 0 && SEQ_GT(tp->rcv_nxt + sc->sc_win, tp->rcv_adv))
814 SEQ_GT(th->th_seq, sc->sc_irs+1)) {
tcp_var.h 412 (SEQ_GT(tp->snd_fack, tp->snd_una + tcprexmtthresh * tp->t_segsz)))
tcp_subr.c 1446 if (SEQ_LT(seq, tp->snd_una) || SEQ_GT(seq, tp->snd_max))
  /src/sys/net/npf/
npf_state_tcp.c 89 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0)
443 if (SEQ_GT(end, fstate->nst_end)) {
  /src/sys/dist/pf/net/
pf_norm.c 1729 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
1730 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
1741 SEQ_GT(tsval, src->scrub->pfss_tsval +
1743 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
if_pfsync.c 551 else if (SEQ_GT(st->src.seqlo,
566 SEQ_GT(st->dst.seqlo, ntohl(sp->dst.seqlo)))
690 else if (SEQ_GT(st->src.seqlo,
694 SEQ_GT(st->dst.seqlo, ntohl(up->dst.seqlo)))
pf.c 4099 if (SEQ_GT(end, src->seqlo))
4197 if (SEQ_GT(end, src->seqlo))
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 2198 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0)
2275 if (SEQ_GT(end, fdata->td_end))

Completed in 87 milliseconds