Lines Matching refs:cc_algo
104 VNET_DEFINE(struct cc_algo *, default_cc_ptr) = NULL;
111 cc_refer(struct cc_algo *algo) in cc_refer()
118 cc_release(struct cc_algo *algo) in cc_release()
126 cc_attach(struct tcpcb *tp, struct cc_algo *algo) in cc_attach()
140 struct cc_algo *algo; in cc_detach()
156 struct cc_algo *funcs; in cc_default_algo()
198 struct cc_algo *algo; in cc_list_available()
248 cc_check_default(struct cc_algo *remove_cc) in cc_check_default()
284 cc_deregister_algo_locked(struct cc_algo *remove_cc) in cc_deregister_algo_locked()
286 struct cc_algo *funcs; in cc_deregister_algo_locked()
308 STAILQ_REMOVE(&cc_list, remove_cc, cc_algo, entries); in cc_deregister_algo_locked()
316 cc_deregister_algo(struct cc_algo *remove_cc) in cc_deregister_algo()
330 cc_register_algo(struct cc_algo *add_cc) in cc_register_algo()
332 struct cc_algo *funcs; in cc_register_algo()
374 struct cc_algo *cc; in vnet_cc_sysinit()
617 cc_stop_new_assignments(struct cc_algo *algo) in cc_stop_new_assignments()
636 struct cc_algo *algo; in cc_modevent()
640 algo = (struct cc_algo *)data; in cc_modevent()