Searched refs:ccvc (Results 1 – 12 of 12) sorted by relevance
257 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in htcp_cb_init()288 mss = tcp_maxseg(ccv->ccvc.tcp); in htcp_cong_signal()377 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in htcp_post_recovery()445 (tcp_get_srtt(ccv->ccvc.tcp, TCP_TMR_GRANULARITY_TICKS) << HTCP_SHIFT) / in htcp_recalc_alpha()496 if ((tcp_get_srtt(ccv->ccvc.tcp, TCP_TMR_GRANULARITY_TICKS) < htcp_data->minrtt || in htcp_record_rtt()499 htcp_data->minrtt = tcp_get_srtt(ccv->ccvc.tcp, TCP_TMR_GRANULARITY_TICKS); in htcp_record_rtt()505 if (tcp_get_srtt(ccv->ccvc.tcp, TCP_TMR_GRANULARITY_TICKS) > htcp_data->maxrtt in htcp_record_rtt()507 htcp_data->maxrtt = tcp_get_srtt(ccv->ccvc.tcp, TCP_TMR_GRANULARITY_TICKS); in htcp_record_rtt()
129 tp = ccv->ccvc.tcp; in cubic_log_hystart_event()389 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in cubic_cb_init()428 mss = tcp_maxseg(ccv->ccvc.tcp); in cubic_cong_signal()545 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in cubic_post_recovery()586 t_srtt_usecs = tcp_get_srtt(ccv->ccvc.tcp, in cubic_record_rtt()
139 tp = ccv->ccvc.tcp; in newreno_log_hystart_event()179 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in newreno_cb_init()374 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()449 if (CC_ALGO(ccv->ccvc.tcp) != &newreno_cc_algo) in newreno_ctl_output()
57 #define CCV(ccv, what) (ccv)->ccvc.tcp->what
407 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in newreno_cc_post_recovery()443 rw = tcp_compute_initwnd(tcp_maxseg(ccv->ccvc.tcp)); in newreno_cc_after_idle()461 mss = tcp_fixed_maxseg(ccv->ccvc.tcp); in newreno_cc_cong_signal()
205 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in dctcp_cb_init()249 mss = tcp_maxseg(ccv->ccvc.tcp); in dctcp_cong_signal()
104 } ccvc; member
188 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in vegas_cb_init()
325 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in chd_cb_init()
298 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in cdg_cb_init()
1983 cc_mem.ccvc.tcp = tp; in tcp_set_cc_mod()
2286 tp->t_ccv.ccvc.tcp = tp; in tcp_newtcpcb()