HomeSort by: relevance | last modified time | path
    Searched refs:TFRC_SMALLEST_P (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_tfrc.h 45 #define TFRC_SMALLEST_P 4 /* 0.00004 */
dccp_tfrc.c 178 const struct fixpoint tfrc_smallest_p = { 4LL, 1000000LL }; variable in typeref:typename:const struct fixpoint
315 if (fixpoint_cmp(&cb->p, &tfrc_smallest_p) >= 0) {
428 v.num = TFRC_SMALLEST_P;
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 13 milliseconds