Searched refs:ratelimit_factor (Results 1 – 7 of 7) sorted by relevance
651 int ratelimit_factor; member
351 cfg->ratelimit_factor = 10; in config_create()871 else S_NUMBER_OR_ZERO("ratelimit-factor:", ratelimit_factor) in config_set_option()1361 else O_DEC(opt, "ratelimit-factor", ratelimit_factor) in config_get_option()
2841 else cfg_parser->cfg->ratelimit_factor = atoi($2);
6209 else cfg_parser->cfg->ratelimit_factor = atoi((yyvsp[0].str)); in yyparse()
122 cfg->ratelimit_factor = 10;
3489 if(env->cfg->ratelimit_factor == 0 ||3491 env->cfg->ratelimit_factor) != 1) {
6112 COPY_VAR_int(ratelimit_factor); in fr_atomic_copy_cfg()