Searched refs:htcp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netinet/cc/
H A Dcc_htcp.c41 * based on the Internet Draft "draft-leith-tcp-htcp-06.txt" by Leith and
147 struct htcp { struct
176 static MALLOC_DEFINE(M_HTCP, "htcp data",
180 .name = "htcp",
192 struct htcp *htcp_data;
247 struct htcp *htcp_data;
249 htcp_data = malloc(sizeof(struct htcp), M_HTCP, M_NOWAIT);
273 struct htcp *htcp_data;
350 struct htcp *htcp_data;
385 struct htcp *htcp_dat
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_cc_functions.c1869 htcp_cong_time(struct htcp *ca)
1875 htcp_ccount(struct htcp *ca)
1881 htcp_reset(struct htcp *ca)
1961 htcp_beta_update(struct htcp *ca, uint32_t minRTT, uint32_t maxRTT)
1989 htcp_alpha_update(struct htcp *ca)
2125 memset(&net->cc_mod.htcp_ca, 0, sizeof(struct htcp));
H A Dsctp_structs.h201 struct htcp { struct
284 struct htcp htcp_ca; /* JRS - struct used in HTCP algorithm */

Completed in 107 milliseconds