Searched refs:hh_flows (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hhf.c | 134 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() 602 if (!q->hh_flows) { in hhf_init() 604 q->hh_flows = kvcalloc(HH_FLOWS_CNT, sizeof(struct list_head), in hhf_init() 606 if (!q->hh_flows) in hhf_init() 609 INIT_LIST_HEAD(&q->hh_flows[ in hhf_init() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hhf.c | 134 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[ in hhf_init() [all...] |
Completed in 3 milliseconds