Searched refs:SEQ_GT (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_input.c | 129 #define SEQ_MAX(a,b) (SEQ_GT(a,b) ? (a) : (b)) 241 if (SEQ_GT(q->tcpqe_tcp->th_seq, th->th_seq)) in tcp_reass() 945 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input() 956 SEQ_GT(th->th_ack, tp->t_rtseq)) in tcp_input() 975 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) in tcp_input() 994 if (SEQ_GT(tp->snd_una, tp->snd_last)) in tcp_input() 1112 SEQ_GT(th->th_ack, tp->snd_max)) in tcp_input() 1132 SEQ_GT(th->th_ack, tp->snd_max))) in tcp_input() 1183 if (tiflags & TH_ACK && SEQ_GT(tp->snd_una, tp->iss)) { in tcp_input() 1247 SEQ_GT(t in tcp_input() [all...] |
H A D | tcp_seq.h | 45 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro
|
H A D | tcp_output.c | 440 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output() 455 if (SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output() 739 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output() 874 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output() 966 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 1033 if (SEQ_GT(tp->snd_nxt + len, tp->snd_max)) in tcp_output() 1170 if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv)) in tcp_output()
|
/openbsd/sys/net/ |
H A D | pf_norm.c | 1499 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) || in pf_normalize_tcp_stateful() 1500 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful() 1511 SEQ_GT(tsval, src->scrub->pfss_tsval + in pf_normalize_tcp_stateful() 1513 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ', in pf_normalize_tcp_stateful()
|
H A D | if_pfsync.c | 2888 SEQ_GT(st->src.seqlo, ntohl(src->seqlo)))) in pfsync_upd_tcp() 2896 SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo)))) in pfsync_upd_tcp()
|
H A D | pf.c | 5050 if (SEQ_GT(end, src->seqlo)) in pf_tcp_track_full() 5149 if (SEQ_GT(end, src->seqlo)) in pf_tcp_track_full()
|
/openbsd/usr.sbin/npppd/l2tp/ |
H A D | l2tp_ctrl.c | 100 #define SEQ_GT(a,b) ((int16_t)((a) - (b)) > 0) macro 853 if (SEQ_GT(hdr.nr, ctrl->snd_una)) { in l2tp_ctrl_input() 855 if (SEQ_GT(hdr.nr, ctrl->snd_nxt)) { in l2tp_ctrl_input()
|
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptp_call.c | 94 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) macro 503 } else if (SEQ_GT(ack, _this->snd_nxt)) { in pptp_call_gre_input()
|
/openbsd/usr.sbin/iscsid/ |
H A D | iscsid.h | 80 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro
|