Home
last modified time | relevance | path

Searched refs:max_ecnth (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.c148 value = pie_sysctl.max_ecnth; in pie_sysctl_max_ecnth_handler()
156 pie_sysctl.max_ecnth = value; in pie_sysctl_max_ecnth_handler()
183 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, max_ecnth,
515 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in aqm_pie_enqueue()
728 pcfg->max_ecnth = pie_sysctl.max_ecnth; in aqm_pie_config()
730 pcfg->max_ecnth = ep->par[3]; in aqm_pie_config()
748 pcfg->max_ecnth = BOUND_VAR(pcfg->max_ecnth, 0, PIE_SCALE); in aqm_pie_config()
784 ep->par[3] = pcfg->max_ecnth; in aqm_pie_getconfig()
H A Ddn_sched_fq_pie.c220 value = fq_pie_sysctl.pcfg.max_ecnth; in fqpie_sysctl_max_ecnth_handler()
228 fq_pie_sysctl.pcfg.max_ecnth = value; in fqpie_sysctl_max_ecnth_handler()
258 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, max_ecnth,
706 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in pie_enqueue()
1121 fqp_cfg->pcfg.max_ecnth = fq_pie_sysctl.pcfg.max_ecnth; in fq_pie_config()
1123 fqp_cfg->pcfg.max_ecnth = ep->par[3]; in fq_pie_config()
1158 fqp_cfg->pcfg.max_ecnth = BOUND_VAR(fqp_cfg->pcfg.max_ecnth, in fq_pie_config()
1190 ep->par[3] = fqp_cfg->pcfg.max_ecnth; in fq_pie_getconfig()
H A Ddn_aqm_pie.h65 uint16_t max_ecnth; /*AQM Max ECN Marking Threshold (default: 10%) */ member