Home
last modified time | relevance | path

Searched refs:rc_reorder_ts (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h273 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Dtcp_bbr.h589 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Drack.c4208 if (rack->r_ctl.rc_reorder_ts) { in rack_calc_thresh_rack()
4210 if (SEQ_GEQ(cts, rack->r_ctl.rc_reorder_ts)) { in rack_calc_thresh_rack()
4211 lro = cts - rack->r_ctl.rc_reorder_ts; in rack_calc_thresh_rack()
4225 rack->r_ctl.rc_reorder_ts = 0; in rack_calc_thresh_rack()
6580 rack->r_ctl.rc_reorder_ts = cts; in rack_earlier_retran()
7043 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
7165 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
7242 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
7301 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
7586 rack->r_ctl.rc_reorder_ts = cts; in rack_log_ack()
H A Dbbr.c2531 log.u_bbr.flex3 = bbr->r_ctl.rc_reorder_ts; in bbr_log_thresh_choice()
4111 if (bbr->r_ctl.rc_reorder_ts) { in bbr_calc_thresh_rack()
4113 if (SEQ_GEQ(cts, bbr->r_ctl.rc_reorder_ts)) { in bbr_calc_thresh_rack()
4114 lro = cts - bbr->r_ctl.rc_reorder_ts; in bbr_calc_thresh_rack()
4128 bbr->r_ctl.rc_reorder_ts = 0; in bbr_calc_thresh_rack()
6477 bbr->r_ctl.rc_reorder_ts = cts; in bbr_earlier_retran()
7172 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7238 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7525 bbr->r_ctl.rc_reorder_ts = cts; in bbr_log_ack()