Searched refs:SEQ_GT (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A 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))
H A Dtcp_sack.c196 if (SEQ_GT(head_blk.start, start))
214 if (SEQ_GT(head_blk.start, tp->rcv_nxt)) {
376 if (SEQ_GT(sack.end, sack.start) &&
377 SEQ_GT(sack.start, tp->snd_una) &&
378 SEQ_GT(sack.start, th_ack) &&
380 SEQ_GT(sack.end, tp->snd_una) &&
399 if (SEQ_GT(sack_blocks[i].end, sack_blocks[j].end)) {
520 if (SEQ_GT(cur->rxmit, temp->rxmit)) {
H A Dtcp_output.c259 if (SEQ_GT(p->end, tp->snd_recover)) {
387 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) {
598 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) {
628 if (SEQ_GT(tp->snd_up, tp->snd_una))
643 SEQ_GT(tp->snd_max, tp->snd_una) &&
999 else if (SEQ_GT(tp->snd_up, tp->snd_una))
1126 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt) &&
1156 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) {
1370 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) {
1437 if (SEQ_GT(t
[all...]
H A Dtcp_input.c1631 if (SEQ_GT(th->th_ack, tp->snd_una) &&
1672 SEQ_GT(th->th_ack, tp->t_rtseq)) {
1687 if (SEQ_GT(tp->snd_una, tp->snd_recover) &&
1877 SEQ_GT(th->th_ack, tp->snd_max))) {
1900 SEQ_GT(th->th_ack, tp->snd_max))) {
2389 if (SEQ_GT(th->th_ack, tp->snd_max)) {
2522 if (SEQ_GT(onxt, tp->snd_nxt))
2582 KASSERT(SEQ_GT(th->th_ack, tp->snd_una),
2660 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) {
2708 SEQ_GT(t
[all...]
H A Dtcp_timewait.c288 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt))
383 if (SEQ_GT(new_iss, tw->snd_nxt) && SEQ_GT(new_irs, tw->rcv_nxt))
453 if ((thflags & TH_SYN) && SEQ_GT(th->th_seq, tw->rcv_nxt)) {
H A Dtcp_reass.c248 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq))
H A Dtcp_syncache.c1027 SEQ_GT(th->th_seq, sc->sc_irs + sc->sc_wnd)) {
H A Dtcp_subr.c1761 if (SEQ_GT(projected_offset, V_isn_offset))
/freebsd-10.2-release/sys/netinet/cc/
H A Dcc_newreno.c227 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh),
H A Dcc_cubic.c318 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh),
H A Dcc_htcp.c361 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh),
/freebsd-10.2-release/sys/netinet/khelp/
H A Dh_ertt.c235 if (SEQ_GT(ack, txsi->seq + txsi->len)) {
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_norm.c2052 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) ||
2053 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) ||
2064 SEQ_GT(tsval, src->scrub->pfss_tsval +
2066 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ',
H A Dif_pfsync.c809 SEQ_GT(st->src.seqlo, ntohl(src->seqlo))))
817 SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo))))
H A Dpf.c4006 if (SEQ_GT(end, src->seqlo))
4105 if (SEQ_GT(end, src->seqlo))
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c2231 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) macro
2308 if (SEQ_GT(end, fdata->td_end))

Completed in 144 milliseconds