Home
last modified time | relevance | path

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

/net/ipv4/
Droute.c623 u64 hval; in fnhe_hashfun() local
626 hval = siphash_1u32((__force u32)daddr, &fnhe_hash_key); in fnhe_hashfun()
627 return hash_64(hval, FNHE_HASH_SHIFT); in fnhe_hashfun()
651 u32 genid, hval; in update_or_create_fnhe() local
656 hval = fnhe_hashfun(daddr); in update_or_create_fnhe()
668 hash += hval; in update_or_create_fnhe()
1340 u32 hval = fnhe_hashfun(daddr); in ip_del_fnhe() local
1346 hash += hval; in ip_del_fnhe()
1375 u32 hval; in find_exception() local
1380 hval = fnhe_hashfun(daddr); in find_exception()
[all …]
/net/ipv6/
Droute.c1519 u32 hval; in __rt6_find_exception_spinlock() local
1524 hval = rt6_exception_hash(daddr, saddr); in __rt6_find_exception_spinlock()
1525 *bucket += hval; in __rt6_find_exception_spinlock()
1552 u32 hval; in __rt6_find_exception_rcu() local
1559 hval = rt6_exception_hash(daddr, saddr); in __rt6_find_exception_rcu()
1560 *bucket += hval; in __rt6_find_exception_rcu()