Searched refs:ihash (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_sh.c | 125 unsigned int hash, ihash; in ip_vs_sh_get_fallback() local 129 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get_fallback() 130 dest = rcu_dereference(s->buckets[ihash].dest); in ip_vs_sh_get_fallback() 140 * starting from ihash to find a new dest in ip_vs_sh_get_fallback() 143 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()
|
H A D | ip_vs_mh.c | 252 unsigned int hash, ihash; in ip_vs_mh_get_fallback() local 256 ihash = ip_vs_mh_hashkey(svc->af, addr, port, in ip_vs_mh_get_fallback() 258 dest = rcu_dereference(s->lookup[ihash].dest); in ip_vs_mh_get_fallback() 268 * starting from ihash to find a new dest in ip_vs_mh_get_fallback() 271 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sh.c | 125 unsigned int hash, ihash; in ip_vs_sh_get_fallback() local 129 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get_fallback() 130 dest = rcu_dereference(s->buckets[ihash].dest); in ip_vs_sh_get_fallback() 140 * starting from ihash to find a new dest in ip_vs_sh_get_fallback() 143 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()
|
H A D | ip_vs_mh.c | 251 unsigned int hash, ihash; in ip_vs_mh_get_fallback() local 255 ihash = ip_vs_mh_hashkey(svc->af, addr, port, in ip_vs_mh_get_fallback() 257 dest = rcu_dereference(s->lookup[ihash].dest); in ip_vs_mh_get_fallback() 267 * starting from ihash to find a new dest in ip_vs_mh_get_fallback() 270 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | authencesn.c | 234 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() local 245 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail() 282 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() local 295 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, in crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 241 u8 *ihash = ahreq->result + authsize; in crypto_authenc_decrypt_tail() local 244 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); in crypto_authenc_decrypt_tail() 246 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | authencesn.c | 232 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() local 243 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail() 279 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() local 292 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, in crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 240 u8 *ihash = ahreq->result + authsize; in crypto_authenc_decrypt_tail() local 243 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); in crypto_authenc_decrypt_tail() 245 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()
|
Completed in 7 milliseconds