Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c523 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), in get_min_cwnd()
723 return (bbr->r_ctl.rc_pace_min_segs - bbr->rc_last_options); in bbr_minseg()
2055 log.u_bbr.flex7 = bbr->rc_last_options; in bbr_log_set_of_state_target()
2789 log.u_bbr.flex2 = (bbr->rc_tp->t_maxseg - bbr->rc_last_options); in bbr_log_exit_gain()
3435 mss = min((bbr->rc_tp->t_maxseg - bbr->rc_last_options), bbr->r_ctl.rc_pace_max_segs); in bbr_get_target_cwnd()
3482 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr)); in bbr_get_header_oh()
3536 maxseg = bbr->rc_tp->t_maxseg - bbr->rc_last_options; in bbr_get_pacing_delay()
3621 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_ack_received()
3826 maxseg = tp->t_maxseg - bbr->rc_last_options; in bbr_post_recovery()
3964 (tp->t_maxseg - bbr->rc_last_options); in bbr_cong_signal()
[all …]
H A Dtcp_bbr.h795 uint8_t rc_last_options; member