Home
last modified time | relevance | path

Searched refs:SEQ_LT (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_sack.c168 if (SEQ_LT(rcv_end, tp->rcv_nxt) || in tcp_update_dsack_list()
186 if (SEQ_LT(rcv_end, start)) { in tcp_update_dsack_list()
204 SEQ_LT(start, head_blk.start)) && in tcp_update_dsack_list()
226 if ((SEQ_LT(tp->rcv_nxt, mid_blk.end) && in tcp_update_dsack_list()
318 if (SEQ_LT(head_blk.start, start)) { in tcp_update_sack_list()
360 if (SEQ_LT(rcv_start, rcv_end)) { in tcp_update_sack_list()
576 SEQ_LT(sack.start, tp->snd_max) && in tcp_sack_doack()
819 if (SEQ_LT(p->rxmit, p->end)) {
860 if (SEQ_LT(hole->rxmit, hole->end)) { in tcp_sack_output()
890 if (SEQ_LT(tp->snd_nxt, cur->end)) in tcp_sack_adjust()
[all …]
H A Dtcp_seq.h42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
47 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
H A Dtcp_output.c280 SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
567 if (SEQ_LT(p->rxmit + len, tp->snd_una + sbused(&so->so_snd))) in tcp_output()
570 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + in tcp_output()
624 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_output()
1022 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1029 } else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_output()
1070 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1074 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1194 SEQ_LT(tp->snd_una, tp->snd_max))) { in tcp_output()
H A Dtcp_reass.c618 SEQ_LT((th->th_seq + *tlenp), (last->tqe_start + last->tqe_len))) { in tcp_reass()
702 if (SEQ_LT(th->th_seq, first->tqe_start) && in tcp_reass()
704 SEQ_LT((th->th_seq + *tlenp), (first->tqe_start + first->tqe_len))) { in tcp_reass()
728 if (SEQ_LT(th->th_seq, tp->rcv_nxt)) { in tcp_reass()
765 } else if (SEQ_LT((th->th_seq + *tlenp), first->tqe_start)) { in tcp_reass()
795 if (SEQ_LT((th->th_seq + *tlenp), q->tqe_start) && in tcp_reass()
H A Dtcp_input.c1633 tp->t_badrxtwin != 0 && SEQ_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
2160 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment()
2207 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_do_segment()
2257 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) { in tcp_do_segment()
2790 if (SEQ_LT(th->th_ack, tp->snd_recover)) { in tcp_do_segment()
2852 SEQ_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
2943 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_do_segment()
3013 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_do_segment()
3014 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()
3161 if ((tlen == 0) && (SEQ_LT(save_start, save_rnxt))) { in tcp_do_segment()
H A Dtcp_subr.c2512 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput()
2658 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput()
H A Dtcp_syncache.c675 SEQ_LT(th->th_seq, sc->sc_irs + 1 + sc->sc_wnd)) || in syncache_chkrst()
/f-stack/tools/compat/include/netinet/
H A Dtcp_seq.h42 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
47 #define SEQ_MIN(a, b) ((SEQ_LT(a, b)) ? (a) : (b))
/f-stack/freebsd/netinet/tcp_stacks/
H A Dsack_filter.c151 if (SEQ_LT(b->start, sf->sf_ack)) { in is_sack_on_board()
155 if (SEQ_LT(b->end, sf->sf_ack)) { in is_sack_on_board()
179 if(SEQ_LT(sf->sf_blks[i].end, b->start)) { in is_sack_on_board()
424 if (SEQ_LT(sf->sf_blks[src].start, sf->sf_blks[into].start)) { in sack_collapse()
601 if (SEQ_LT(in->end, sf->sf_blks[i].end)) { in sack_filter_reject()
753 if (SEQ_LT(endv, start)) { in main()
H A Drack.c1450 SEQ_LT(b->r_start, a->r_end)) { in rb_map_cmp()
2385 if (SEQ_LT(th_ack, tp->gput_seq)) { in rack_enough_for_measurement()
2390 if (SEQ_LT(th_ack, tp->gput_ack) && in rack_enough_for_measurement()
3528 if (SEQ_LT(th_ack, tp->gput_seq)) { in rack_do_goodput_measurement()
6115 if (SEQ_LT(seq_out, snd_una)) { in rack_log_output()
6138 if (SEQ_LT(snd_max, tp->snd_nxt)) { in rack_log_output()
6970 (SEQ_LT(end, rsm->r_start)) || in rack_proc_sack_blk()
6972 (SEQ_LT(start, rsm->r_start))) { in rack_proc_sack_blk()
7065 if (SEQ_LT(end, next->r_end) || in rack_proc_sack_blk()
7537 if (SEQ_LT(th_ack, rsm->r_start)) { in rack_log_ack()
[all …]
H A Drack_bbr_common.c675 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in ctf_process_rst()
735 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in ctf_challenge_ack()
H A Dbbr.c4470 (SEQ_LT(start, l_rsm->r_end) && in bbr_sack_mergable()
4485 (SEQ_LT(start, r_rsm->r_start) && in bbr_sack_mergable()
5970 if (SEQ_LT(seq_out, snd_una)) { in bbr_log_output()
7076 SEQ_LT(start, rsm->r_end)) { in bbr_proc_sack_blk()
7089 SEQ_LT(start, rsm->r_end)) { in bbr_proc_sack_blk()
7479 if (SEQ_LT(th_ack, rsm->r_start)) { in bbr_log_ack()
7630 SEQ_LT(sack.start, tp->snd_max) && in bbr_log_ack()
7634 (SEQ_LT(sack.end, last_seq)) && in bbr_log_ack()
7903 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) { in bbr_process_ack()
8224 (SEQ_LT(tp->snd_wl1, th->th_seq) || in bbr_process_data()
[all …]
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1780 (SEQ_LT(tsval, dst->scrub->pfss_tsecr) || in pf_normalize_tcp_stateful()
1783 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) { in pf_normalize_tcp_stateful()
1792 SEQ_LT(tsval, dst->scrub->pfss_tsecr) ? '0' : ' ', in pf_normalize_tcp_stateful()
1796 SEQ_LT(tsecr, dst->scrub->pfss_tsval0)? '3' : ' ')); in pf_normalize_tcp_stateful()
1910 (SEQ_LT(tsval, src->scrub->pfss_tsval0) || in pf_normalize_tcp_stateful()