Symbol: SEQ_GT
sys/dist/pf/net/if_pfsync.c
554
else if (SEQ_GT(st->src.seqlo,
sys/dist/pf/net/if_pfsync.c
569
SEQ_GT(st->dst.seqlo, ntohl(sp->dst.seqlo)))
sys/dist/pf/net/if_pfsync.c
693
else if (SEQ_GT(st->src.seqlo,
sys/dist/pf/net/if_pfsync.c
697
SEQ_GT(st->dst.seqlo, ntohl(up->dst.seqlo)))
sys/dist/pf/net/pf.c
4099
if (SEQ_GT(end, src->seqlo))
sys/dist/pf/net/pf.c
4197
if (SEQ_GT(end, src->seqlo))
sys/dist/pf/net/pf_norm.c
1729
SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
sys/dist/pf/net/pf_norm.c
1730
(tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
sys/dist/pf/net/pf_norm.c
1741
SEQ_GT(tsval, src->scrub->pfss_tsval +
sys/dist/pf/net/pf_norm.c
1743
SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
sys/net/npf/npf_state_tcp.c
443
if (SEQ_GT(end, fstate->nst_end)) {
sys/netinet/tcp_congctl.c
497
if (SEQ_GT(onxt, tp->snd_nxt))
sys/netinet/tcp_congctl.c
583
if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
sys/netinet/tcp_congctl.c
740
if (SEQ_GT(onxt, tp->snd_nxt))
sys/netinet/tcp_congctl.c
767
if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
sys/netinet/tcp_input.c
1083
SEQ_GT(th->th_seq, vp->rcv_nxt)) {
sys/netinet/tcp_input.c
1838
if (SEQ_GT(th->th_ack, tp->snd_una) &&
sys/netinet/tcp_input.c
1848
SEQ_GT(th->th_ack, tp->t_rtseq))
sys/netinet/tcp_input.c
2063
SEQ_GT(th->th_ack, tp->snd_max)))
sys/netinet/tcp_input.c
2167
SEQ_GT(th->th_ack, tp->snd_max)))
sys/netinet/tcp_input.c
2303
SEQ_GT(th->th_seq, tp->rcv_nxt)) {
sys/netinet/tcp_input.c
2436
if (SEQ_GT(tp->snd_una, th->th_ack) ||
sys/netinet/tcp_input.c
2437
SEQ_GT(th->th_ack, tp->snd_max))
sys/netinet/tcp_input.c
2527
if (SEQ_GT(th->th_ack, tp->snd_max)) {
sys/netinet/tcp_input.c
2548
else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq))
sys/netinet/tcp_input.c
2589
if (SEQ_GT(tp->snd_una, tp->snd_fack))
sys/netinet/tcp_input.c
2712
if (SEQ_GT(th->th_seq+th->th_urp, tp->rcv_up)) {
sys/netinet/tcp_input.c
2737
if (SEQ_GT(tp->rcv_nxt, tp->rcv_up))
sys/netinet/tcp_input.c
309
SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
sys/netinet/tcp_input.c
512
if (SEQ_GT(pkt_seq, p->ipqe_seq + p->ipqe_len)) {
sys/netinet/tcp_input.c
578
if (SEQ_GT(q->ipqe_seq, pkt_seq + pkt_len)) {
sys/netinet/tcp_input.c
621
SEQ_GT(q->ipqe_seq + q->ipqe_len, pkt_seq)) {
sys/netinet/tcp_input.c
640
if (SEQ_GT(q->ipqe_seq, pkt_seq) &&
sys/netinet/tcp_output.c
1251
else if (SEQ_GT(tp->snd_up, tp->snd_una))
sys/netinet/tcp_output.c
1386
if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
sys/netinet/tcp_output.c
1477
if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
sys/netinet/tcp_output.c
1519
if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
sys/netinet/tcp_output.c
1646
if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
sys/netinet/tcp_output.c
706
if (SEQ_GT(p->end, tp->snd_recover)) {
sys/netinet/tcp_output.c
964
if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt))
sys/netinet/tcp_output.c
992
if (SEQ_GT(tp->snd_up, tp->snd_una))
sys/netinet/tcp_output.c
999
if (TCP_SACK_ENABLED(tp) && SEQ_GT(tp->snd_max, tp->snd_una) &&
sys/netinet/tcp_sack.c
271
if (SEQ_LT(th->th_ack, tp->snd_una) || SEQ_GT(th->th_ack, tp->snd_max))
sys/netinet/tcp_sack.c
281
acked = (SEQ_GT(th->th_ack, tp->snd_una)) ? th->th_ack : tp->snd_una;
sys/netinet/tcp_sack.c
288
if (SEQ_LEQ(right, acked) || SEQ_GT(right, tp->snd_max) ||
sys/netinet/tcp_sack.c
363
SEQ_GT(cur->end, sack->right)) {
sys/netinet/tcp_sack.c
406
tcp_seq lastack = SEQ_GT(th->th_ack, tp->snd_una) ?
sys/netinet/tcp_seq.h
47
#define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b))
sys/netinet/tcp_subr.c
1447
if (SEQ_LT(seq, tp->snd_una) || SEQ_GT(seq, tp->snd_max))
sys/netinet/tcp_syncache.c
577
SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) {
sys/netinet/tcp_syncache.c
769
if (sc->sc_win > 0 && SEQ_GT(tp->rcv_nxt + sc->sc_win, tp->rcv_adv))
sys/netinet/tcp_syncache.c
814
SEQ_GT(th->th_seq, sc->sc_irs+1)) {
sys/netinet/tcp_var.h
412
(SEQ_GT(tp->snd_fack, tp->snd_una + tcprexmtthresh * tp->t_segsz)))