HASH 1287 net/atm/lec.c tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; HASH 1537 net/atm/lec.c head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; HASH 139 net/ipv6/ip6_tunnel.c unsigned int hash = HASH(remote, local); HASH 152 net/ipv6/ip6_tunnel.c hash = HASH(&any, local); HASH 160 net/ipv6/ip6_tunnel.c hash = HASH(remote, &any); HASH 200 net/ipv6/ip6_tunnel.c h = HASH(remote, local); HASH 92 net/ipv6/ip6_vti.c unsigned int hash = HASH(remote, local); HASH 105 net/ipv6/ip6_vti.c hash = HASH(&any, local); HASH 112 net/ipv6/ip6_vti.c hash = HASH(remote, &any); HASH 146 net/ipv6/ip6_vti.c h = HASH(remote, local); HASH 94 net/ipv6/sit.c unsigned int h0 = HASH(remote); HASH 95 net/ipv6/sit.c unsigned int h1 = HASH(local); HASH 138 net/ipv6/sit.c h ^= HASH(remote); HASH 142 net/ipv6/sit.c h ^= HASH(local); HASH 965 security/integrity/ima/ima_policy.c entry->action = HASH; HASH 1393 security/integrity/ima/ima_policy.c if (entry->action & HASH) HASH 43 tools/perf/include/bpf/bpf.h #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)