Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_hhf.c267 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local
295 xorsum = 0; in hhf_classify()
299 xorsum ^= filter_pos[i]; in hhf_classify()
303 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()