Searched refs:ipv6_hash (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/core/
H A Diwpm_util.c527 u32 ipv6_hash = jhash(&ipv6_sockaddr->sin6_addr, sizeof(struct in6_addr), 0); iwpm_ipv6_jhash() local
528 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); iwpm_ipv6_jhash()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c96 static inline unsigned int ipv6_hash(struct l2t_data *d, const u32 *key, ipv6_hash() function
110 ipv6_hash(d, addr, ifindex); addr_hash()

Completed in 158 milliseconds