Home
last modified time | relevance | path

Searched refs:ce_threshold_selector (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/net/
Dcodel_impl.h60 params->ce_threshold_selector = 0; in codel_params_init()
261 params->ce_threshold_selector)); in codel_dequeue()
Dcodel.h113 u8 ce_threshold_selector; member
/Linux-v6.6/net/sched/
Dsch_fq_codel.c409 q->cparams.ce_threshold_selector = nla_get_u8(tb[TCA_FQ_CODEL_CE_THRESHOLD_SELECTOR]); in fq_codel_change()
553 if (nla_put_u8(skb, TCA_FQ_CODEL_CE_THRESHOLD_SELECTOR, q->cparams.ce_threshold_selector)) in fq_codel_dump()
/Linux-v6.6/net/mac80211/
Dsta_info.c683 sta->cparams.ce_threshold_selector = 0; in __sta_info_alloc()