Searched refs:rc_last_options (Results 1 – 2 of 2) sorted by relevance
525 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), in get_min_cwnd()725 return (bbr->r_ctl.rc_pace_min_segs - bbr->rc_last_options); in bbr_minseg()2057 log.u_bbr.flex7 = bbr->rc_last_options; in bbr_log_set_of_state_target()2791 log.u_bbr.flex2 = (bbr->rc_tp->t_maxseg - bbr->rc_last_options); in bbr_log_exit_gain()3437 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), bbr->r_ctl.rc_pace_max_segs); in bbr_get_target_cwnd()3484 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr)); in bbr_get_header_oh()3538 maxseg = bbr->rc_tp->t_maxseg - bbr->rc_last_options; in bbr_get_pacing_delay()3623 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_ack_received()3828 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_post_recovery()3966 (tp->t_maxseg - bbr->rc_last_options); in bbr_cong_signal()[all …]
797 uint8_t rc_last_options; member