Searched refs:dnstap_sample_rate (Results 1 – 5 of 5) sorted by relevance
605 int dnstap_sample_rate; member
794 else S_NUMBER_OR_ZERO("dnstap-sample-rate:", dnstap_sample_rate) in config_set_option()1283 else O_UNS(opt, "dnstap-sample-rate", dnstap_sample_rate) in config_get_option()
3681 else cfg_parser->cfg->dnstap_sample_rate = atoi($2);
7283 else cfg_parser->cfg->dnstap_sample_rate = atoi((yyvsp[0].str)); in yyparse()
271 if((env->sample_rate = (unsigned int)cfg->dnstap_sample_rate)) in dt_apply_cfg()