Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h587 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Dtcp_rack.h405 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Drack.c6512 if (rack->r_ctl.rc_reorder_ts) { in rack_calc_thresh_rack()
6529 rack->r_ctl.rc_reorder_ts = 0; in rack_calc_thresh_rack()
10202 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
10375 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
10377 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
10561 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
10671 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
11106 rack->r_ctl.rc_reorder_ts = cts; in rack_process_to_cumack()
11108 rack->r_ctl.rc_reorder_ts = 1; in rack_process_to_cumack()
12515 rack->r_ctl.rc_reorder_ts = 1; in rack_process_ack()
[all …]
H A Dbbr.c2518 log.u_bbr.flex3 = bbr->r_ctl.rc_reorder_ts; in bbr_log_thresh_choice()
4098 if (bbr->r_ctl.rc_reorder_ts) { in bbr_calc_thresh_rack()
4100 if (SEQ_GEQ(cts, bbr->r_ctl.rc_reorder_ts)) { in bbr_calc_thresh_rack()
4101 lro = cts - bbr->r_ctl.rc_reorder_ts; in bbr_calc_thresh_rack()
4115 bbr->r_ctl.rc_reorder_ts = 0; in bbr_calc_thresh_rack()
7082 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7148 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7435 bbr->r_ctl.rc_reorder_ts = cts; in bbr_log_ack()