Searched refs:cc_algo (Results 1 – 12 of 12) sorted by relevance
57 extern STAILQ_HEAD(cc_head, cc_algo) cc_list;61 VNET_DECLARE(struct cc_algo *, default_cc_ptr);85 int cc_register_algo(struct cc_algo *add_cc);86 int cc_deregister_algo(struct cc_algo *remove_cc);141 struct cc_algo { struct197 STAILQ_ENTRY (cc_algo) entries; argument239 void cc_refer(struct cc_algo *algo);241 void cc_release(struct cc_algo *algo);244 void cc_attach(struct tcpcb *, struct 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()[all …]
108 struct cc_algo vegas_cc_algo = {
180 struct cc_algo htcp_cc_algo = {
133 struct cc_algo chd_cc_algo = {
93 struct cc_algo dctcp_cc_algo = {
102 struct cc_algo newreno_cc_algo = {
229 struct cc_algo cdg_cc_algo = {
91 struct cc_algo cubic_cc_algo = {
430 struct cc_algo *t_cc; /* congestion control algorithm */
1900 extern struct cc_algo newreno_cc_algo;1905 struct cc_algo *algo; in tcp_set_cc_mod()
1263 struct cc_algo *cc = CC_ALGO(tp); in init_conn_params()