Home
last modified time | relevance | path

Searched refs:ccvc (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc_module.h59 #define CCV(ccv, what) (ccv)->ccvc.tcp->what
H A Dcc_newreno.c221 rw = tcp_compute_initwnd(tcp_maxseg(ccv->ccvc.tcp)); in newreno_after_idle()
240 mss = tcp_maxseg(ccv->ccvc.tcp); in newreno_cong_signal()
306 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in newreno_post_recovery()
H A Dcc.h92 } ccvc; member
H A Dcc_htcp.c277 mss = tcp_maxseg(ccv->ccvc.tcp); in htcp_cong_signal()
370 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in htcp_post_recovery()
H A Dcc_cubic.c286 mss = tcp_maxseg(ccv->ccvc.tcp); in cubic_cong_signal()
377 pipe = tcp_compute_pipe(ccv->ccvc.tcp); in cubic_post_recovery()
H A Dcc_dctcp.c238 mss = tcp_maxseg(ccv->ccvc.tcp); in dctcp_cong_signal()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c1707 tp->ccv->ccvc.tcp = tp; in tcp_newtcpcb()