Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__inet_ehashfn

Proto:static inline unsigned int __inet_ehashfn(const __be32 laddr, const __u16 lport, const __be32 faddr, const __be16 fport, u32 initval)

Type:unsigned int

Parameter:

TypeParameterName
const __be32laddr
const __u16lport
const __be32faddr
const __be16fport
u32initval
339  Return jhash_3words((__force__u32)laddr, (__force__u32)faddr, ((__u32)lport) << 16 | (__force__u32)fport, initval)