Searched refs:ipv6_hash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | iwpm_util.c | 560 u32 ipv6_hash = jhash(&ipv6_sockaddr->sin6_addr, sizeof(struct in6_addr), 0); in iwpm_ipv6_jhash() local 561 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | iwpm_util.c | 516 u32 ipv6_hash = jhash(&ipv6_sockaddr->sin6_addr, sizeof(struct in6_addr), 0); in iwpm_ipv6_jhash() local 517 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 94 static inline unsigned int ipv6_hash(struct l2t_data *d, const u32 *key, in ipv6_hash() function 108 ipv6_hash(d, addr, ifindex); in addr_hash()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 94 static inline unsigned int ipv6_hash(struct l2t_data *d, const u32 *key, in ipv6_hash() function 108 ipv6_hash(d, addr, ifindex); in addr_hash()
|
Completed in 7 milliseconds