Home
last modified time | relevance | path

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

/Linux-v4.19/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()
480 if (!q->hh_flows) in hhf_destroy()
485 struct list_head *head = &q->hh_flows[i]; in hhf_destroy()
494 kvfree(q->hh_flows); in hhf_destroy()
600 if (!q->hh_flows) { in hhf_init()
602 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init()
604 if (!q->hh_flows) in hhf_init()
607 INIT_LIST_HEAD(&q->hh_flows[i]); in hhf_init()