Symbol: SEQ_GT
sys/net/if_pfsync.c
2881
SEQ_GT(st->src.seqlo, ntohl(src->seqlo))))
sys/net/if_pfsync.c
2889
SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo))))
sys/net/pf.c
5724
if (SEQ_GT(end, src->seqlo))
sys/net/pf.c
5823
if (SEQ_GT(end, src->seqlo))
sys/net/pf_norm.c
1478
SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
sys/net/pf_norm.c
1479
(tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
sys/net/pf_norm.c
1490
SEQ_GT(tsval, src->scrub->pfss_tsval +
sys/net/pf_norm.c
1492
SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
sys/netinet/tcp_input.c
1102
SEQ_GT(th->th_ack, tp->snd_max))
sys/netinet/tcp_input.c
1122
SEQ_GT(th->th_ack, tp->snd_max)))
sys/netinet/tcp_input.c
1173
if (tiflags & TH_ACK && SEQ_GT(tp->snd_una, tp->iss)) {
sys/netinet/tcp_input.c
1235
SEQ_GT(th->th_seq, tp->rcv_nxt))) {
sys/netinet/tcp_input.c
126
#define SEQ_MAX(a,b) (SEQ_GT(a,b) ? (a) : (b))
sys/netinet/tcp_input.c
1633
if (SEQ_GT(onxt, tp->snd_nxt))
sys/netinet/tcp_input.c
1680
if (SEQ_GT(th->th_ack, tp->snd_max)) {
sys/netinet/tcp_input.c
1699
else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq))
sys/netinet/tcp_input.c
1760
SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
sys/netinet/tcp_input.c
1773
if (SEQ_GT(tp->snd_una, tp->snd_last))
sys/netinet/tcp_input.c
1903
if (SEQ_GT(th->th_seq+th->th_urp, tp->rcv_up)) {
sys/netinet/tcp_input.c
1929
if (SEQ_GT(tp->rcv_nxt, tp->rcv_up))
sys/netinet/tcp_input.c
225
if (SEQ_GT(q->tcpqe_tcp->th_seq, th->th_seq))
sys/netinet/tcp_input.c
2373
SEQ_GT(sack.start, firstsack.end))
sys/netinet/tcp_input.c
2429
SEQ_GT(th->th_ack, tp->snd_max))
sys/netinet/tcp_input.c
2455
if (SEQ_GT(th->th_ack, tp->snd_una)) {
sys/netinet/tcp_input.c
2459
if (SEQ_GT(sack.end, tp->snd_max))
sys/netinet/tcp_input.c
2540
SEQ_GT(cur->end, sack.end)) {
sys/netinet/tcp_input.c
2608
tcp_seq lastack = SEQ_GT(th->th_ack, tp->snd_una) ?
sys/netinet/tcp_input.c
3051
if (SEQ_GT(onxt, tp->snd_nxt))
sys/netinet/tcp_input.c
3534
SEQ_GT(th->th_seq, sc->sc_irs + 1 + sc->sc_win)) {
sys/netinet/tcp_input.c
3666
if (sc->sc_win > 0 && SEQ_GT(tp->rcv_nxt + sc->sc_win, tp->rcv_adv))
sys/netinet/tcp_input.c
3712
SEQ_GT(th->th_seq, sc->sc_irs + 1)) {
sys/netinet/tcp_input.c
934
if (SEQ_GT(th->th_ack, tp->snd_una) &&
sys/netinet/tcp_input.c
945
SEQ_GT(th->th_ack, tp->t_rtseq))
sys/netinet/tcp_input.c
963
SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
sys/netinet/tcp_input.c
982
if (SEQ_GT(tp->snd_una, tp->snd_last))
sys/netinet/tcp_output.c
1007
if (SEQ_GT(tp->snd_nxt + len, tp->snd_max))
sys/netinet/tcp_output.c
1144
if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
sys/netinet/tcp_output.c
427
if (SEQ_GT(tp->snd_up, tp->snd_una))
sys/netinet/tcp_output.c
442
if (SEQ_GT(tp->snd_max, tp->snd_una) &&
sys/netinet/tcp_output.c
713
else if (SEQ_GT(tp->snd_up, tp->snd_una))
sys/netinet/tcp_output.c
848
if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
sys/netinet/tcp_output.c
940
if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
usr.sbin/npppd/l2tp/l2tp_ctrl.c
853
if (SEQ_GT(hdr.nr, ctrl->snd_una)) {
usr.sbin/npppd/l2tp/l2tp_ctrl.c
855
if (SEQ_GT(hdr.nr, ctrl->snd_nxt)) {
usr.sbin/npppd/pptp/pptp_call.c
503
} else if (SEQ_GT(ack, _this->snd_nxt)) {