Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_hhf.c135 u32 hh_flows_limit; /* max active HH allocs */ member
228 if (q->hh_flows_current_cnt >= q->hh_flows_limit) { in alloc_new_hh()
543 q->hh_flows_limit = nla_get_u32(tb[TCA_HHF_HH_FLOWS_LIMIT]); in hhf_change()
609 q->hh_flows_limit = 2 * HH_FLOWS_CNT; in hhf_init()
662 nla_put_u32(skb, TCA_HHF_HH_FLOWS_LIMIT, q->hh_flows_limit) || in hhf_dump()