Home
last modified time | relevance | path

Searched refs:HASH (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dnh-sse2-x86_64.S31 #define HASH %rcx define
120 movdqu T0, 0x00(HASH)
121 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S37 #define HASH %rcx define
155 vmovdqu T0, (HASH)
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dnh-sse2-x86_64.S32 #define HASH %rcx define
121 movdqu T0, 0x00(HASH)
122 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S38 #define HASH %rcx define
156 vmovdqu T0, (HASH)
/kernel/linux/linux-5.10/tools/perf/include/bpf/
H A Dbpf.h43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_vti.c53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
92 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup()
105 hash = HASH(&any, local); in vti6_tnl_lookup()
112 hash = HASH(remote, &any); in vti6_tnl_lookup()
146 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
101 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
102 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
145 h ^= HASH(remote); in __ipip6_bucket()
149 h ^= HASH(local); in __ipip6_bucket()
H A Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
147 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
165 hash = HASH(&any, local); in ip6_tnl_lookup()
178 hash = HASH(remote, &any); in ip6_tnl_lookup()
226 h = HASH(remote, local); in ip6_tnl_bucket()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_vti.c53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
92 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup()
105 hash = HASH(&any, local); in vti6_tnl_lookup()
112 hash = HASH(remote, &any); in vti6_tnl_lookup()
147 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
101 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
102 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
145 h ^= HASH(remote); in __ipip6_bucket()
149 h ^= HASH(local); in __ipip6_bucket()
H A Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
117 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
135 hash = HASH(&any, local); in ip6_tnl_lookup()
148 hash = HASH(remote, &any); in ip6_tnl_lookup()
197 h = HASH(remote, local); in ip6_tnl_bucket()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_policy.c44 #define HASH 0x0100 macro
1218 entry->action = HASH; in ima_parse_rule()
1679 if (entry->action & HASH) in ima_policy_show()
/kernel/linux/linux-5.10/net/atm/
H A Dlec.c1230 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1287 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1524 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_policy.c48 #define HASH 0x0100 macro
1482 entry->action = HASH; in ima_parse_rule()
2095 if (entry->action & HASH) in ima_policy_show()
/kernel/linux/linux-6.6/net/atm/
H A Dlec.c1228 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1285 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1522 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()

Completed in 28 milliseconds