Searched refs:cc_algo (Results 1 – 14 of 14) sorted by relevance
57 extern STAILQ_HEAD(cc_head, cc_algo) cc_list;59 extern struct cc_algo newreno_cc_algo;62 VNET_DECLARE(struct cc_algo *, default_cc_ptr);75 int cc_register_algo(struct cc_algo *add_cc);76 int cc_deregister_algo(struct cc_algo *remove_cc);128 struct cc_algo { struct164 STAILQ_ENTRY (cc_algo) entries; argument168 #define CC_ALGO(tp) ((tp)->cc_algo)
87 VNET_DEFINE(struct cc_algo *, default_cc_ptr) = &newreno_cc_algo;96 struct cc_algo *funcs; in cc_default_algo()132 struct cc_algo *algo; in cc_list_available()183 cc_checkreset_default(struct cc_algo *remove_cc) in cc_checkreset_default()214 cc_deregister_algo(struct cc_algo *remove_cc) in cc_deregister_algo()216 struct cc_algo *funcs, *tmpfuncs; in cc_deregister_algo()230 STAILQ_REMOVE(&cc_list, funcs, cc_algo, entries); in cc_deregister_algo()253 cc_register_algo(struct cc_algo *add_cc) in cc_register_algo()255 struct cc_algo *funcs; in cc_register_algo()285 struct cc_algo *algo; in cc_modevent()[all …]
97 struct cc_algo hd_cc_algo = {
109 struct cc_algo vegas_cc_algo = {
94 struct cc_algo newreno_cc_algo = {
181 struct cc_algo htcp_cc_algo = {
132 struct cc_algo chd_cc_algo = {
120 struct cc_algo cubic_cc_algo = {
92 struct cc_algo dctcp_cc_algo = {
230 struct cc_algo cdg_cc_algo = {
238 struct cc_algo *cc_algo; /* congestion control algorithm */ member922 int tcp_ccalgounload(struct cc_algo *unload_algo);
1827 tcp_ccalgounload(struct cc_algo *unload_algo) in tcp_ccalgounload()1829 struct cc_algo *tmpalgo; in tcp_ccalgounload()
2048 struct cc_algo *algo; in tcp_default_ctloutput()