Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/cc/
Dcc.c87 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 …]
Dcc.h59 extern STAILQ_HEAD(cc_head, cc_algo) cc_list;
61 extern struct cc_algo newreno_cc_algo;
64 VNET_DECLARE(struct cc_algo *, default_cc_ptr);
77 int cc_register_algo(struct cc_algo *add_cc);
78 int cc_deregister_algo(struct cc_algo *remove_cc);
128 struct cc_algo { struct
164 STAILQ_ENTRY (cc_algo) entries; argument
168 #define CC_ALGO(tp) ((tp)->cc_algo)
Dcc_hd.c97 struct cc_algo hd_cc_algo = {
Dcc_vegas.c109 struct cc_algo vegas_cc_algo = {
Dcc_newreno.c94 struct cc_algo newreno_cc_algo = {
Dcc_htcp.c181 struct cc_algo htcp_cc_algo = {
Dcc_cubic.c120 struct cc_algo cubic_cc_algo = {
Dcc_chd.c132 struct cc_algo chd_cc_algo = {
Dcc_dctcp.c92 struct cc_algo dctcp_cc_algo = {
Dcc_cdg.c230 struct cc_algo cdg_cc_algo = {
/freebsd-12-stable/sys/netinet/
Dtcp_var.h201 struct cc_algo *cc_algo; /* congestion control algorithm */ member
849 int tcp_ccalgounload(struct cc_algo *unload_algo);
Dtcp_subr.c1721 tcp_ccalgounload(struct cc_algo *unload_algo) in tcp_ccalgounload()
1723 struct cc_algo *tmpalgo; in tcp_ccalgounload()
Dtcp_usrreq.c1848 struct cc_algo *algo; in tcp_default_ctloutput()
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_tom.c1104 struct cc_algo *cc = CC_ALGO(tp); in init_conn_params()