Searched refs:HH_FLOWS_CNT (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_hhf.c97 #define HH_FLOWS_CNT 1024 /* number of entries in exact-matching table T */ macro
510 for (i = 0; i < HH_FLOWS_CNT; i++) {
625 q->hh_flows = hhf_zalloc(HH_FLOWS_CNT *
629 for (i = 0; i < HH_FLOWS_CNT; i++)
633 q->hh_flows_limit = 2 * HH_FLOWS_CNT;

Completed in 31 milliseconds