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

/net/sched/
H A Dsch_hhf.c266 u32 tmp_hash, hash; local
294 tmp_hash = hash;
298 filter_pos[i] = tmp_hash & HHF_BIT_MASK;
300 tmp_hash >>= HHF_BIT_MASK_LEN;
303 filter_pos[HHF_ARRAYS_CNT - 1] = xorsum ^ tmp_hash;

Completed in 1079 milliseconds