Function report |
Source Code:include\net\inet_hashtables.h |
Create Date:2022-07-28 06:41:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:inet_bhashfn
Proto:static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, const u32 bhash_size)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
const struct net * | net | |
const __u16 | lport | |
const u32 | bhash_size |
215 | Return lport + net_hash_mix(net) & bhash_size - 1 |
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 |