Home
last modified time | relevance | path

Searched refs:xorsum (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_hhf.c251 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local
279 xorsum = 0; in hhf_classify()
283 xorsum ^= filter_pos[i]; in hhf_classify()
287 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_hhf.c251 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local
279 xorsum = 0; in hhf_classify()
283 xorsum ^= filter_pos[i]; in hhf_classify()
287 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()

Completed in 3 milliseconds