Home
last modified time | relevance | path

Searched refs:rc_last_options (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2077 log.u_bbr.flex7 = bbr->rc_last_options; in bbr_log_set_of_state_target()
3649 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_ack_received()
3989 (tp->t_maxseg - bbr->rc_last_options); in bbr_cong_signal()
4183 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_calc_thresh_tlp()
4587 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_timeout_tlp()
5620 maxseg = BBR_MIN_SEG - bbr->rc_last_options; in bbr_adjust_for_hw_pacing()
5785 maxseg = BBR_MIN_SEG - bbr->rc_last_options; in tcp_bbr_tso_size_check()
7064 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_proc_sack_blk()
10152 bbr->rc_last_options = TCP_TS_OVERHEAD; in bbr_init()
13093 if (bbr->rc_last_options != local_options) { in bbr_output_wtime()
[all …]
H A Dtcp_bbr.h799 uint8_t rc_last_options; member