Searched refs:HASH (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/crypto/ux500/ |
D | Kconfig | 18 tristate "UX500 crypto driver for HASH block"
|
/linux-4.4.14/net/ipv6/ |
D | ip6_vti.c | 56 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function 95 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup() 108 hash = HASH(&any, local); in vti6_tnl_lookup() 115 hash = HASH(remote, &any); in vti6_tnl_lookup() 149 h = HASH(remote, local); in vti6_tnl_bucket()
|
D | ip6_tunnel.c | 74 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function 233 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup() 246 hash = HASH(&any, local); in ip6_tnl_lookup() 253 hash = HASH(remote, &any); in ip6_tnl_lookup() 288 h = HASH(remote, local); in ip6_tnl_bucket()
|
D | sit.c | 66 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro 96 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() 97 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup() 136 h ^= HASH(remote); in __ipip6_bucket() 140 h ^= HASH(local); in __ipip6_bucket()
|
/linux-4.4.14/drivers/net/usb/ |
D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
/linux-4.4.14/net/atm/ |
D | lec.c | 1248 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro 1299 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add() 1549 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
|