Home
last modified time | relevance | path

Searched refs:cc_algo (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netinet/cc/
H A Dcc.h57 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 { struct
197 STAILQ_ENTRY (cc_algo) entries; argument
239 void cc_refer(struct cc_algo *algo);
241 void cc_release(struct cc_algo *algo);
244 void cc_attach(struct tcpcb *, struct cc_algo *);
H A Dcc.c104 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 …]
H A Dcc_vegas.c108 struct cc_algo vegas_cc_algo = {
H A Dcc_htcp.c180 struct cc_algo htcp_cc_algo = {
H A Dcc_chd.c133 struct cc_algo chd_cc_algo = {
H A Dcc_dctcp.c93 struct cc_algo dctcp_cc_algo = {
H A Dcc_newreno.c102 struct cc_algo newreno_cc_algo = {
H A Dcc_cdg.c229 struct cc_algo cdg_cc_algo = {
H A Dcc_cubic.c91 struct cc_algo cubic_cc_algo = {
/freebsd/sys/netinet/
H A Dtcp_var.h430 struct cc_algo *t_cc; /* congestion control algorithm */
H A Dtcp_usrreq.c1900 extern struct cc_algo newreno_cc_algo;
1905 struct cc_algo *algo; in tcp_set_cc_mod()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1263 struct cc_algo *cc = CC_ALGO(tp); in init_conn_params()