Home
last modified time | relevance | path

Searched refs:SEQ_GT (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dtcp_sack.c196 if (SEQ_GT(head_blk.start, start)) in tcp_update_sack_list()
214 if (SEQ_GT(head_blk.start, tp->rcv_nxt)) { in tcp_update_sack_list()
376 if (SEQ_GT(sack.end, sack.start) && in tcp_sack_doack()
377 SEQ_GT(sack.start, tp->snd_una) && in tcp_sack_doack()
378 SEQ_GT(sack.start, th_ack) && in tcp_sack_doack()
380 SEQ_GT(sack.end, tp->snd_una) && in tcp_sack_doack()
399 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) { in tcp_sack_doack()
520 if (SEQ_GT(cur->rxmit, temp->rxmit)) { in tcp_sack_doack()
Dtcp_seq.h42 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro
46 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b))
Dtcp_output.c256 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_output()
384 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_output()
595 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_output()
625 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
640 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output()
1002 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output()
1128 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt) && in tcp_output()
1158 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_output()
1254 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output()
1297 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) in tcp_output()
[all …]
Dtcp_timewait.c245 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) in tcp_twstart()
340 if (SEQ_GT(new_iss, tw->snd_nxt) && SEQ_GT(new_irs, tw->rcv_nxt))
411 if ((thflags & TH_SYN) && SEQ_GT(th->th_seq, tw->rcv_nxt)) { in tcp_twcheck()
Dtcp_input.c1645 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_do_segment()
1686 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
1701 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
1890 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1913 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
2396 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_segment()
2529 if (SEQ_GT(onxt, tp->snd_nxt)) in tcp_do_segment()
2589 KASSERT(SEQ_GT(th->th_ack, tp->snd_una), in tcp_do_segment()
2670 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2722 SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
[all …]
Dtcp_reass.c248 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) in tcp_reass()
Dtcp_syncache.c988 SEQ_GT(th->th_seq, sc->sc_irs + sc->sc_wnd)) { in syncache_expand()
Dtcp_subr.c1624 if (SEQ_GT(projected_offset, V_isn_offset)) in tcp_new_isn()
/freebsd-9-stable/sys/netinet/cc/
Dcc_newreno.c227 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in newreno_post_recovery()
Dcc_cubic.c318 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in cubic_post_recovery()
Dcc_htcp.c361 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in htcp_post_recovery()
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_state.h31 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) macro
Dip_state.c1734 if (SEQ_GT(end, fdata->td_end))
Dip_nat.c3714 if (SEQ_GT(ack, nat->nat_seqnext[1 - fin->fin_rev]))
/freebsd-9-stable/sys/netinet/khelp/
Dh_ertt.c235 if (SEQ_GT(ack, txsi->seq + txsi->len)) { in ertt_packet_measurement_hook()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf_norm.c2080 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
2081 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
2092 SEQ_GT(tsval, src->scrub->pfss_tsval +
2094 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
Dif_pfsync.c1182 else if (SEQ_GT(st->src.seqlo, ntohl(src->seqlo)))
1195 SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo)))
Dpf.c4357 if (SEQ_GT(end, src->seqlo))
4465 if (SEQ_GT(end, src->seqlo))