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_rack.h403 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Dtcp_bbr.h585 uint32_t rc_reorder_ts; /* Last time we saw reordering Lock(a) */ member
H A Drack.c5914 if (rack->r_ctl.rc_reorder_ts) { in rack_calc_thresh_rack()
5916 if (SEQ_GEQ(cts, rack->r_ctl.rc_reorder_ts)) { in rack_calc_thresh_rack()
5917 lro = cts - rack->r_ctl.rc_reorder_ts; in rack_calc_thresh_rack()
5931 rack->r_ctl.rc_reorder_ts = 0; in rack_calc_thresh_rack()
9510 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
9511 if (rack->r_ctl.rc_reorder_ts == 0) in rack_proc_sack_blk()
9512 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
9685 rack->r_ctl.rc_reorder_ts = cts; in rack_proc_sack_blk()
9686 if (rack->r_ctl.rc_reorder_ts == 0) in rack_proc_sack_blk()
9687 rack->r_ctl.rc_reorder_ts = 1; in rack_proc_sack_blk()
[all …]
H A Dbbr.c2508 log.u_bbr.flex3 = bbr->r_ctl.rc_reorder_ts; in bbr_log_thresh_choice()
4086 if (bbr->r_ctl.rc_reorder_ts) { in bbr_calc_thresh_rack()
4088 if (SEQ_GEQ(cts, bbr->r_ctl.rc_reorder_ts)) { in bbr_calc_thresh_rack()
4089 lro = cts - bbr->r_ctl.rc_reorder_ts; in bbr_calc_thresh_rack()
4103 bbr->r_ctl.rc_reorder_ts = 0; in bbr_calc_thresh_rack()
7064 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7130 bbr->r_ctl.rc_reorder_ts = cts; in bbr_proc_sack_blk()
7415 bbr->r_ctl.rc_reorder_ts = cts; in bbr_log_ack()