Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_sack.c208 if (SEQ_GT(rcv_start, end)) { in tcp_update_dsack_list()
212 if (SEQ_GT(tp->rcv_nxt, end)) { in tcp_update_dsack_list()
214 (SEQ_GT(head_blk.start, SEQ_MAX(rcv_start, start)) || in tcp_update_dsack_list()
223 (SEQ_GT(end, rcv_start) && in tcp_update_dsack_list()
253 SEQ_GT(tp->sackblks[j].start, mid_blk.end)) && in tcp_update_dsack_list()
254 (SEQ_GT(tp->sackblks[j].start, tp->rcv_nxt)))) in tcp_update_dsack_list()
341 if (SEQ_GT(head_blk.end, end)) { in tcp_update_sack_list()
608 if (SEQ_GT(sack.end, sack.start) && in tcp_sack_doack()
609 SEQ_GT(sack.start, tp->snd_una) && in tcp_sack_doack()
610 SEQ_GT(sack.start, th_ack) && in tcp_sack_doack()
[all …]
H A Dtcp_seq.h41 #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_input.c473 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_cong_signal()
491 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_post_recovery()
1571 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1780 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_do_segment()
1821 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
1838 if (SEQ_GT(tp->snd_una, tp->snd_recover) && in tcp_do_segment()
1987 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
2445 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in tcp_do_segment()
2530 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in tcp_do_segment()
2558 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_segment()
[all …]
H A Dtcp_output.c241 SEQ_GT(tp->snd_max, tp->snd_una) && /* SYN or SYN|ACK sent */ in tcp_default_output()
305 if (SEQ_GT(p->end, tp->snd_recover)) { in tcp_default_output()
435 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_default_output()
670 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt)) { in tcp_default_output()
707 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
722 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_default_output()
1135 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_default_output()
1283 if (SEQ_GT(tp->rcv_adv, tp->rcv_nxt) && in tcp_default_output()
1314 if (SEQ_GT(tp->snd_up, tp->snd_nxt)) { in tcp_default_output()
1561 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output()
[all …]
H A Dtcp_reass.c348 if (SEQ_GT((th->th_seq + tlen), first->tqe_start)) { in tcp_reass_prepend()
453 if (SEQ_GT(q->tqe_start, max)) { in tcp_reass_merge_forward()
643 if (SEQ_GT((last->tqe_start + last->tqe_len), th->th_seq)) { in tcp_reass()
675 } else if (SEQ_GT(th->th_seq, (last->tqe_start + last->tqe_len))) { in tcp_reass()
787 if (SEQ_GT(q->tqe_start, th->th_seq)) in tcp_reass()
800 ((p == NULL) || (SEQ_GT(th->th_seq, (p->tqe_start + p->tqe_len))))) { in tcp_reass()
H A Dtcp_timewait.c228 SEQ_GT(th->th_seq, tp->rcv_nxt)) { in tcp_twcheck()
H A Dtcp_subr.c373 if (SEQ_GT(end, start)) { in tcp_record_dsack()
381 if (SEQ_GT(end, start)) { in tcp_record_dsack()
3269 if (SEQ_GT(projected_offset, V_isn_offset)) in tcp_new_isn()
4175 if (!SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_ack_accounting()
H A Dtcp_lro.c1076 SEQ_GT(ntohl(th->th_ack), ntohl(le->ack_seq))) { in tcp_lro_condense()
H A Dtcp_log_buf.c2933 if (SEQ_GT((tp->snd_una + so->so_snd.sb_ccc), ent->end_seq)) in tcp_log_sendfile()
H A Dtcp_syncache.c1276 SEQ_GT(th->th_seq, sc->sc_irs + sc->sc_wnd)) { in syncache_expand()
/freebsd/sys/netinet/tcp_stacks/
H A Dsack_filter.c138 } else if (SEQ_GT(th_ack, sf->sf_blks[i].start)) {
216 if (SEQ_GT(sf->sf_blks[i].start, b->end)) { in is_sack_on_board()
271 if (SEQ_GT(span_end, sf->sf_blks[i].end)) { in sack_filter_old()
312 if (SEQ_GT(span_end, sf->sf_blks[i].end)) { in sack_filter_new()
437 if (SEQ_GT(sf->sf_blks[src].end, sf->sf_blks[into].end)) {
615 if (SEQ_GT(th_ack, sf->sf_ack)) { in sack_filter_reject()
652 if (SEQ_GT(in->start, sf->sf_blks[i].start)) in main()
804 } else if (SEQ_GT(th_ack, tp.snd_una)) { in main()
823 if (SEQ_GT(endv, tp.snd_max))
H A Dtailq_hash.c158 if (SEQ_GT(e->r_start, seq)) { in tqhash_find()
288 if ((l == NULL) || (SEQ_GT(rsm->r_start, l->r_start))) { in tqhash_insert()
343 if (SEQ_GT(th_ack, hs->min)) in tqhash_trim()
349 if (SEQ_GT(th_ack, rsm->r_start)) { in tqhash_trim()
H A Dbbr.c1006 } else if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit()
1023 if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit()
4449 SEQ_GT(end, l_rsm->r_end))) { in bbr_sack_mergable()
4464 SEQ_GT(end, r_rsm->r_start))) { in bbr_sack_mergable()
7069 if (SEQ_GT(bbr->r_ctl.rc_lt_lost, bbr->r_ctl.rc_lost)) in bbr_proc_sack_blk()
7135 if (SEQ_GT(bbr->r_ctl.rc_lt_lost, bbr->r_ctl.rc_lost)) in bbr_proc_sack_blk()
7209 if (SEQ_GT(bbr->r_ctl.rc_lt_lost, bbr->r_ctl.rc_lost)) in bbr_peer_reneges()
7309 if (SEQ_GT(th_ack, tp->snd_una)) { in bbr_log_ack()
7317 if (rsm && SEQ_GT(th_ack, rsm->r_start)) { in bbr_log_ack()
7420 if (SEQ_GT(bbr->r_ctl.rc_lt_lost, bbr->r_ctl.rc_lost)) in bbr_log_ack()
[all …]
H A Drack.c2272 if (SEQ_GT(ent->end_seq, rack->rc_tp->snd_una)) in rack_rate_cap_bw()
2287 if (SEQ_GT(rack->rc_tp->snd_una, ent->start_seq)) in rack_rate_cap_bw()
4208 SEQ_GT(rack->rc_tp->snd_una, rack->rc_tp->gput_seq)) { in rack_enter_probertt()
4246 SEQ_GT(rack->rc_tp->snd_una, rack->rc_tp->gput_seq)) { in rack_exit_probertt()
4752 SEQ_GT(rsm->r_end, tp->gput_seq)){ in rack_in_gp_window()
4817 if (SEQ_GT(tp->gput_seq, tp->snd_una)) { in rack_tend_gp_marks()
4853 if (SEQ_GT(rsm->r_end, tp->gput_ack)) in rack_tend_gp_marks()
5349 (SEQ_GT(rack->r_ctl.rc_first_appl->r_start, th_ack)) && in rack_do_goodput_measurement()
6837 if (SEQ_GT(tp->snd_max, tp->snd_una)) { in rack_start_hpts_timer()
7283 if (SEQ_GT((rack->r_ctl.last_collapse_point - 1), rack->rc_tp->snd_una)) in rack_timeout_tlp()
[all …]
H A Drack_bbr_common.c672 (SEQ_GT(tp->snd_una, th->th_ack) || in ctf_do_dropafterack()
673 SEQ_GT(th->th_ack, tp->snd_max))) { in ctf_do_dropafterack()
H A Drack_pcm.c178 if (SEQ_GT(end, rack->r_ctl.pcm_i.eseq)) { in rack_update_pcm_ack()
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c234 if (SEQ_GT(ack, txsi->seq + txsi->len)) { in ertt_packet_measurement_hook()
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c161 SEQ_GT(ccv->curack, dctcp_data->save_sndnxt)) in dctcp_ack_received()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1789 SEQ_GT(tsval, src->scrub->pfss_tsval + tsval_from_last) || in pf_normalize_tcp_stateful()
1790 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful()
1801 SEQ_GT(tsval, src->scrub->pfss_tsval + in pf_normalize_tcp_stateful()
1803 SEQ_GT(tsecr, dst->scrub->pfss_tsval) ? '2' : ' ', in pf_normalize_tcp_stateful()
H A Dif_pfsync.c1174 SEQ_GT(st->src.seqlo, ntohl(src->seqlo)))) in pfsync_upd_tcp()
1182 SEQ_GT(st->dst.seqlo, ntohl(dst->seqlo)))) in pfsync_upd_tcp()
H A Dpf.c6590 if (SEQ_GT(end, src->seqlo)) in pf_tcp_track_full()
6690 if (SEQ_GT(end, src->seqlo)) in pf_tcp_track_full()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c2183 #define SEQ_GT(a,b) ((int)((a) - (b)) > 0) in ipf_state_tcpinwindow() macro
2260 if (SEQ_GT(end, fdata->td_end)) in ipf_state_tcpinwindow()