Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_hhf.c134 struct list_head *hh_flows; /* table T (currently active HHs) */ member
271 flow = seek_list(hash, &q->hh_flows[flow_pos], q); in hhf_classify()
307 flow = alloc_new_hh(&q->hh_flows[flow_pos], q); in hhf_classify()
481 if (!q->hh_flows) in hhf_destroy()
486 struct list_head *head = &q->hh_flows[i]; in hhf_destroy()
495 kvfree(q->hh_flows); in hhf_destroy()
599 if (!q->hh_flows) { in hhf_init()
601 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init()
603 if (!q->hh_flows) in hhf_init()
606 INIT_LIST_HEAD(&q->hh_flows[i]); in hhf_init()