Home
last modified time | relevance | path

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

/net/sched/
Dsch_hhf.c250 u32 tmp_hash, hash; in hhf_classify() local
278 tmp_hash = hash; in hhf_classify()
282 filter_pos[i] = tmp_hash & HHF_BIT_MASK; in hhf_classify()
284 tmp_hash >>= HHF_BIT_MASK_LEN; in hhf_classify()
287 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash; in hhf_classify()