Function report |
Source Code:include\net\ipv6.h |
Create Date:2022-07-28 06:11:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ipv6_portaddr_hash
Proto:static inline u32 ipv6_portaddr_hash(const struct net *net, const struct in6_addr *addr6, unsigned int port)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
const struct net * | net | |
const struct in6_addr * | addr6 | |
unsigned int | port |
708 | mix = net_hash_mix(net) |
710 | If ipv6_addr_any(addr6) Then hash = jhash_1word(0, mix) |
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 |