Home
last modified time | relevance | path

Searched refs:cb_init (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc.h138 int (*cb_init)(struct cc_var *ccv); member
H A Dcc_vegas.c113 .cb_init = vegas_cb_init,
H A Dcc_htcp.c185 .cb_init = htcp_cb_init,
H A Dcc_chd.c136 .cb_init = chd_cb_init,
H A Dcc_cubic.c124 .cb_init = cubic_cb_init,
H A Dcc_dctcp.c96 .cb_init = dctcp_cb_init,
H A Dcc_cdg.c235 .cb_init = cdg_cb_init,
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2235 if (algo->cb_init != NULL && in tcp_default_ctloutput()
2236 algo->cb_init(tp->ccv) != 0) { in tcp_default_ctloutput()
H A Dtcp_subr.c1726 if (CC_ALGO(tp)->cb_init != NULL) in tcp_newtcpcb()
1727 if (CC_ALGO(tp)->cb_init(tp->ccv) > 0) { in tcp_newtcpcb()