Home
last modified time | relevance | path

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

/openbmc/linux/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()