Searched refs:hval (Results 1 – 2 of 2) sorted by relevance
618 u64 hval; in fnhe_hashfun() local621 hval = siphash_1u32((__force u32)daddr, &fnhe_hash_key); in fnhe_hashfun()622 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()646 u32 genid, hval; in update_or_create_fnhe() local651 hval = fnhe_hashfun(daddr); in update_or_create_fnhe()663 hash += hval; in update_or_create_fnhe()1326 u32 hval = fnhe_hashfun(daddr); in ip_del_fnhe() local1332 hash += hval; in ip_del_fnhe()1361 u32 hval; in find_exception() local1366 hval = fnhe_hashfun(daddr); in find_exception()[all …]
1524 u32 hval; in __rt6_find_exception_spinlock() local1529 hval = rt6_exception_hash(daddr, saddr); in __rt6_find_exception_spinlock()1530 *bucket += hval; in __rt6_find_exception_spinlock()1557 u32 hval; in __rt6_find_exception_rcu() local1564 hval = rt6_exception_hash(daddr, saddr); in __rt6_find_exception_rcu()1565 *bucket += hval; in __rt6_find_exception_rcu()