Searched refs:max_ecnth (Results 1 – 3 of 3) sorted by relevance
146 value = pie_sysctl.max_ecnth; in pie_sysctl_max_ecnth_handler()154 pie_sysctl.max_ecnth = value; in pie_sysctl_max_ecnth_handler()181 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, max_ecnth,517 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in aqm_pie_enqueue()732 pcfg->max_ecnth = pie_sysctl.max_ecnth; in aqm_pie_config()734 pcfg->max_ecnth = ep->par[3]; in aqm_pie_config()752 pcfg->max_ecnth = BOUND_VAR(pcfg->max_ecnth, 0, PIE_SCALE); in aqm_pie_config()788 ep->par[3] = pcfg->max_ecnth; in aqm_pie_getconfig()
218 value = fq_pie_sysctl.pcfg.max_ecnth; in fqpie_sysctl_max_ecnth_handler()226 fq_pie_sysctl.pcfg.max_ecnth = value; in fqpie_sysctl_max_ecnth_handler()256 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, max_ecnth,708 (pprms->max_ecnth << (PIE_PROB_BITS - PIE_FIX_POINT_BITS)) in pie_enqueue()1128 fqp_cfg->pcfg.max_ecnth = fq_pie_sysctl.pcfg.max_ecnth; in fq_pie_config()1130 fqp_cfg->pcfg.max_ecnth = ep->par[3]; in fq_pie_config()1165 fqp_cfg->pcfg.max_ecnth = BOUND_VAR(fqp_cfg->pcfg.max_ecnth, in fq_pie_config()1197 ep->par[3] = fqp_cfg->pcfg.max_ecnth; in fq_pie_getconfig()
63 uint16_t max_ecnth; /*AQM Max ECN Marking Threshold (default: 10%) */ member