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,
136 .cb_destroy = chd_cb_destroy,
96 .cb_destroy = dctcp_cb_destroy,
104 .cb_destroy = newreno_cb_destroy,
233 .cb_destroy = cdg_cb_destroy,
94 .cb_destroy = cubic_cb_destroy,
2272 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()
1992 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()