Searched refs:SEQ_GT (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/netinet/ |
| D | tcp_input.c | 162 #define SEQ_MAX(a,b) (SEQ_GT(a,b) ? (a) : (b)) 265 if (SEQ_GT(q->ipqe_tcp->th_seq, th->th_seq)) 1034 if (SEQ_GT(th->th_ack, tp->snd_una) && 1045 SEQ_GT(th->th_ack, tp->t_rtseq)) 1061 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) 1079 if (SEQ_GT(tp->snd_una, tp->snd_last)) 1179 SEQ_GT(th->th_ack, tp->snd_max)) 1199 SEQ_GT(th->th_ack, tp->snd_max))) 1253 if (tiflags & TH_ACK && SEQ_GT(tp->snd_una, tp->iss)) { 1403 SEQ_GT(th->th_seq, tp->rcv_nxt)) { [all …]
|
| D | tcp_output.c | 379 if (tp->sack_enable && len && SEQ_GT(tp->snd_last, tp->snd_una) && 482 if (SEQ_GT(tp->snd_up, tp->snd_una)) 498 if (SEQ_GT(tp->snd_max, tp->snd_una) && 789 else if (SEQ_GT(tp->snd_up, tp->snd_una)) 918 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { 1087 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { 1130 if (SEQ_GT(tp->snd_nxt + len, tp->snd_max)) 1266 if (win > 0 && SEQ_GT(tp->rcv_nxt+win, tp->rcv_adv))
|
| D | tcp_seq.h | 45 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro
|
| /mirbsd/src/sys/net/ |
| D | if_pfsync.c | 421 else if (SEQ_GT(st->src.seqlo, in pfsync_input() 425 SEQ_GT(st->dst.seqlo, ntohl(sp->dst.seqlo))) in pfsync_input() 542 else if (SEQ_GT(st->src.seqlo, in pfsync_input() 546 SEQ_GT(st->dst.seqlo, ntohl(up->dst.seqlo))) in pfsync_input()
|
| D | pf_norm.c | 1653 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) || in pf_normalize_tcp_stateful() 1654 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful() 1665 SEQ_GT(tsval, src->scrub->pfss_tsval + in pf_normalize_tcp_stateful() 1667 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ', in pf_normalize_tcp_stateful()
|
| D | pf.c | 3841 if (SEQ_GT(end, src->seqlo)) in pf_test_state_tcp() 3931 if (SEQ_GT(end, src->seqlo)) in pf_test_state_tcp()
|