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

/netbsd-current/sys/netinet/
H A Ddccp_tfrc.c178 const struct fixpoint tfrc_smallest_p = { 4LL, 1000000LL }; variable in typeref:struct:fixpoint
315 if (fixpoint_cmp(&cb->p, &tfrc_smallest_p) >= 0) {
947 if (fixpoint_cmp(&cb->p, &tfrc_smallest_p) <= 0) {
948 cb->p.num = tfrc_smallest_p.num;
949 cb->p.denom = tfrc_smallest_p.denom;

Completed in 184 milliseconds