/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 31 #define HASH %rcx define 120 movdqu T0, 0x00(HASH) 121 movdqu T1, 0x10(HASH)
|
H A D | nh-avx2-x86_64.S | 37 #define HASH %rcx define 155 vmovdqu T0, (HASH)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | nh-sse2-x86_64.S | 32 #define HASH %rcx define 121 movdqu T0, 0x00(HASH) 122 movdqu T1, 0x10(HASH)
|
H A D | nh-avx2-x86_64.S | 38 #define HASH %rcx define 156 vmovdqu T0, (HASH)
|
/kernel/linux/linux-5.10/tools/perf/include/bpf/ |
H A D | bpf.h | 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_vti.c | 53 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 D | sit.c | 62 #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 D | ip6_tunnel.c | 70 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 D | ip6_vti.c | 53 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 D | sit.c | 62 #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 D | ip6_tunnel.c | 70 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 D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_policy.c | 44 #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 D | lec.c | 1230 #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 D | ima_policy.c | 48 #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 D | lec.c | 1228 #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()
|