Searched refs:cb_destroy (Results 1 – 10 of 10) sorted by relevance
165 void (*cb_destroy)(struct cc_var *ccv); member
111 .cb_destroy = vegas_cb_destroy,
183 .cb_destroy = htcp_cb_destroy,
96 .cb_destroy = dctcp_cb_destroy,
136 .cb_destroy = chd_cb_destroy,
104 .cb_destroy = newreno_cb_destroy,
233 .cb_destroy = cdg_cb_destroy,
94 .cb_destroy = cubic_cb_destroy,
2286 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_newtcpcb()2287 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_newtcpcb()2361 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_newtcpcb()2362 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_newtcpcb()2432 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_discardcb()2433 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_discardcb()
1941 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_set_cc_mod()1942 CC_ALGO(tp)->cb_destroy(&tp->t_ccv); in tcp_set_cc_mod()