Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hhf.c134 struct list_head *hh_flows; /* table T (currently active HHs) */ member
272 flow = seek_list(hash, &q->hh_flows[flow_pos], q); in hhf_classify()
308 flow = alloc_new_hh(&q->hh_flows[flow_pos], q); in hhf_classify()
469 if (!q->hh_flows) in hhf_reset_classifier()
474 struct list_head *head = &q->hh_flows[i]; in hhf_reset_classifier()
510 if (!q->hh_flows) in hhf_destroy()
515 struct list_head *head = &q->hh_flows[i]; in hhf_destroy()
524 kvfree(q->hh_flows); in hhf_destroy()
634 if (!q->hh_flows) { in hhf_init()
636 q->hh_flows = kvzalloc_objs(struct list_head, HH_FLOWS_CNT); in hhf_init()
[all …]