Searched defs:cc_algo (Results 1 – 3 of 3) sorted by relevance
128 struct cc_algo { struct129 char name[TCP_CA_NAME_MAX];132 int (*mod_init)(void);135 int (*mod_destroy)(void);138 int (*cb_init)(struct cc_var *ccv);164 STAILQ_ENTRY (cc_algo) entries; argument
238 struct cc_algo *cc_algo; /* congestion control algorithm */ member