Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\ipv6.h Create Date:2022-07-28 06:11:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:more secured version of ipv6_addr_hash()

Proto:static inline u32 __ipv6_addr_jhash(const struct in6_addr *a, const u32 initval)

Type:u32

Parameter:

TypeParameterName
const struct in6_addr *a
const u32initval
663  v = s6_addr32[0] ^ s6_addr32[1]
665  Return jhash_3words(v, (__forceu32)s6_addr32[2], (__forceu32)s6_addr32[3], initval)