Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c525 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()
2790 log.u_bbr.flex2 = (bbr->rc_tp->t_maxseg - bbr->rc_last_options); in bbr_log_exit_gain()
3436 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), bbr->r_ctl.rc_pace_max_segs); in bbr_get_target_cwnd()
3483 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr)); in bbr_get_header_oh()
3537 maxseg = bbr->rc_tp->t_maxseg - bbr->rc_last_options; in bbr_get_pacing_delay()
3622 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_ack_received()
3827 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_post_recovery()
3965 (tp->t_maxseg - bbr->rc_last_options); in bbr_cong_signal()
[all …]
HDtcp_bbr.h797 uint8_t rc_last_options; member