Searched refs:cb_destroy (Results 1 – 2 of 2) sorted by relevance
162 if (CC_ALGO(tp)->cb_destroy != NULL) in tcp_discardcb()163 CC_ALGO(tp)->cb_destroy(tp->ccv); in tcp_discardcb()
129 void (*cb_destroy)(struct cc_var *ccv); member