Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hhf.c252 u32 xorsum, filter_pos[HHF_ARRAYS_CNT], flow_pos; in hhf_classify() local
280 xorsum = 0; in hhf_classify()
284 xorsum ^= filter_pos[i]; in hhf_classify()
288 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()