Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_hhf.c133 struct list_head *hh_flows; /* table T (currently active HHs) */ member
270 flow = seek_list(hash, &q->hh_flows[flow_pos], q); in hhf_classify()
306 flow = alloc_new_hh(&q->hh_flows[flow_pos], q); in hhf_classify()
506 struct list_head *head = &q->hh_flows[i]; in hhf_destroy()
515 hhf_free(q->hh_flows); in hhf_destroy()
619 if (!q->hh_flows) { in hhf_init()
621 q->hh_flows = hhf_zalloc(HH_FLOWS_CNT * in hhf_init()
623 if (!q->hh_flows) in hhf_init()
626 INIT_LIST_HEAD(&q->hh_flows[i]); in hhf_init()