Searched refs:HH_FLOWS_CNT (Results 1 – 1 of 1) sorted by relevance
97 #define HH_FLOWS_CNT 1024 /* number of entries in exact-matching table T */ macro472 for (i = 0; i < HH_FLOWS_CNT; i++) { in hhf_reset_classifier()513 for (i = 0; i < HH_FLOWS_CNT; i++) { in hhf_destroy()530 [TCA_HHF_HH_FLOWS_LIMIT] = NLA_POLICY_MAX(NLA_U32, 2 * HH_FLOWS_CNT),628 q->hh_flows_limit = 2 * HH_FLOWS_CNT; in hhf_init()639 q->hh_flows = kvzalloc_objs(struct list_head, HH_FLOWS_CNT); in hhf_init()642 for (i = 0; i < HH_FLOWS_CNT; i++) in hhf_init()