Home
last modified time | relevance | path

Searched refs:cb_destroy (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/cc/
H A Dcc.h165 void (*cb_destroy)(struct cc_var *ccv); member
H A Dcc_vegas.c111 .cb_destroy = vegas_cb_destroy,
H A Dcc_htcp.c183 .cb_destroy = htcp_cb_destroy,
H A Dcc_chd.c136 .cb_destroy = chd_cb_destroy,
H A Dcc_dctcp.c96 .cb_destroy = dctcp_cb_destroy,
H A Dcc_newreno.c104 .cb_destroy = newreno_cb_destroy,
H A Dcc_cdg.c233 .cb_destroy = cdg_cb_destroy,
H A Dcc_cubic.c94 .cb_destroy = cubic_cb_destroy,
/freebsd/sys/netinet/
H A Dtcp_subr.c2272 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_newtcpcb()
2273 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_newtcpcb()
2353 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_newtcpcb()
2354 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_newtcpcb()
2429 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_discardcb()
2430 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_discardcb()
H A Dtcp_usrreq.c1992 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_set_cc_mod()
1993 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_set_cc_mod()