Lines Matching full:fragm_threshold
1834 } else if (os_strcmp(buf, "fragm_threshold") == 0) {1835 conf->fragm_threshold = atoi(pos);1836 if (conf->fragm_threshold < 256 ||1837 conf->fragm_threshold > 2346) {1839 "fragm_threshold %d",1840 line, conf->fragm_threshold);