Searched refs:cb_destroy (Results 1 – 8 of 8) sorted by relevance
89 extern void cb_destroy(pci_t *pci_p);
183 void (*cb_destroy)(struct cc_var *ccv); member
57 cb_destroy(pci_t *pci_p) in cb_destroy() function
174 cb_destroy(pci_p); in pci_obj_destroy()
196 cb_destroy(pci_p); in pci_obj_destroy()
115 .cb_destroy = cubic_cb_destroy,
908 if (CC_ALGO(tcp)->cb_destroy != NULL) { in tcp_opt_set()909 CC_ALGO(tcp)->cb_destroy(&tcp->tcp_ccv); in tcp_opt_set()
1438 if (tcp->tcp_cc_algo != NULL && tcp->tcp_cc_algo->cb_destroy != NULL) in tcp_free()1439 tcp->tcp_cc_algo->cb_destroy(&tcp->tcp_ccv); in tcp_free()2348 if (tcp->tcp_cc_algo->cb_destroy != NULL) in tcp_reinit_values()2349 tcp->tcp_cc_algo->cb_destroy(&tcp->tcp_ccv); in tcp_reinit_values()