Searched refs:flow_pos (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hhf.c | 251 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local 270 flow_pos = hash & HHF_BIT_MASK; in hhf_classify() 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()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hhf.c | 251 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local 270 flow_pos = hash & HHF_BIT_MASK; in hhf_classify() 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()
|
Completed in 3 milliseconds