Searched refs:__ipv6_addr_jhash (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | inet6_hashtables.c | 39 fhash = __ipv6_addr_jhash(faddr, ipv6_hash_secret); in inet6_ehashfn()
|
H A D | udp.c | 87 fhash = __ipv6_addr_jhash(faddr, udp_ipv6_hash_secret); in udp6_ehashfn()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 37 fhash = __ipv6_addr_jhash(faddr, ipv6_hash_secret); in inet6_ehashfn()
|
H A D | udp.c | 93 fhash = __ipv6_addr_jhash(faddr, udp_ipv6_hash_secret); in udp6_ehashfn()
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 38 return __ipv6_addr_jhash(ip6_addr, ipvlan_jhash_secret) & in ipvlan_get_v6_hash()
|
/kernel/linux/linux-6.6/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 38 return __ipv6_addr_jhash(ip6_addr, ipvlan_jhash_secret) & in ipvlan_get_v6_hash()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | connection.c | 67 fhash = __ipv6_addr_jhash(faddr, rds6_hash_secret); in rds_conn_bucket()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | connection.c | 67 fhash = __ipv6_addr_jhash(faddr, rds6_hash_secret); in rds_conn_bucket()
|
/kernel/linux/linux-5.10/net/mpls/ |
H A D | af_mpls.c | 211 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash() 212 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()
|
/kernel/linux/linux-6.6/net/mpls/ |
H A D | af_mpls.c | 212 hash = __ipv6_addr_jhash(&v6hdr->saddr, hash); in mpls_multipath_hash() 213 hash = __ipv6_addr_jhash(&v6hdr->daddr, hash); in mpls_multipath_hash()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 664 static inline u32 __ipv6_addr_jhash(const struct in6_addr *a, const u32 initval) in __ipv6_addr_jhash() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 753 static inline u32 __ipv6_addr_jhash(const struct in6_addr *a, const u32 initval) in __ipv6_addr_jhash() function
|
Completed in 22 milliseconds