Home
last modified time | relevance | path

Searched refs:BETA_MIN (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1960 ca->beta = BETA_MIN; in htcp_beta_update()
1968 if (ca->beta < BETA_MIN) in htcp_beta_update()
1969 ca->beta = BETA_MIN; in htcp_beta_update()
1973 ca->beta = BETA_MIN; in htcp_beta_update()
2116 net->cc_mod.htcp_ca.beta = BETA_MIN; in htcp_init()
H A Dsctp_constants.h101 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h101 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro