Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
const __be32 | laddr | |
const __u16 | lport | |
const __be32 | faddr | |
const __be16 | fport | |
u32 | initval |
339 | Return jhash_3words((__force__u32)laddr, (__force__u32)faddr, ((__u32)lport) << 16 | (__force__u32)fport, initval) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |