| /freebsd-9-stable/sys/netinet/ |
| D | tcp_sack.c | 196 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()
|
| D | tcp_seq.h | 42 #define SEQ_GT(a,b) ((int)((a)-(b)) > 0) macro 46 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b))
|
| D | tcp_output.c | 256 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 …]
|
| D | tcp_timewait.c | 245 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()
|
| D | tcp_input.c | 1645 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 …]
|
| D | tcp_reass.c | 248 if (SEQ_GT(q->tqe_th->th_seq, th->th_seq)) in tcp_reass()
|
| D | tcp_syncache.c | 988 SEQ_GT(th->th_seq, sc->sc_irs + sc->sc_wnd)) { in syncache_expand()
|
| D | tcp_subr.c | 1624 if (SEQ_GT(projected_offset, V_isn_offset)) in tcp_new_isn()
|
| /freebsd-9-stable/sys/netinet/cc/ |
| D | cc_newreno.c | 227 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in newreno_post_recovery()
|
| D | cc_cubic.c | 318 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in cubic_post_recovery()
|
| D | cc_htcp.c | 361 if (SEQ_GT(ccv->curack + CCV(ccv, snd_ssthresh), in htcp_post_recovery()
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_state.h | 31 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) macro
|
| D | ip_state.c | 1734 if (SEQ_GT(end, fdata->td_end))
|
| D | ip_nat.c | 3714 if (SEQ_GT(ack, nat->nat_seqnext[1 - fin->fin_rev]))
|
| /freebsd-9-stable/sys/netinet/khelp/ |
| D | h_ertt.c | 235 if (SEQ_GT(ack, txsi->seq + txsi->len)) { in ertt_packet_measurement_hook()
|
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf_norm.c | 2080 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' : ' ',
|
| D | if_pfsync.c | 1182 else if (SEQ_GT(st->src.seqlo, ntohl(src->seqlo))) 1195 SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo)))
|
| D | pf.c | 4357 if (SEQ_GT(end, src->seqlo)) 4465 if (SEQ_GT(end, src->seqlo))
|