Searched full:hashing (Results 1 – 25 of 456) sorted by relevance
12345678910>>...19
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | Kconfig | 210 tristate "destination hashing scheduling" 212 The destination hashing scheduling algorithm assigns network 220 tristate "source hashing scheduling" 222 The source hashing scheduling algorithm assigns network 230 tristate "maglev hashing scheduling" 232 The maglev consistent hashing scheduling algorithm provides the 233 Google's Maglev hashing algorithm as a IPVS scheduler. It assigns 235 assigned special hash table called the lookup table. Maglev hashing 239 Through this operation, The maglev hashing gives an almost equal 277 int "IPVS source hashing table size (the Nth power of 2)" [all …]
|
| /kernel/linux/linux-6.6/net/netfilter/ipvs/ |
| D | Kconfig | 211 tristate "destination hashing scheduling" 213 The destination hashing scheduling algorithm assigns network 221 tristate "source hashing scheduling" 223 The source hashing scheduling algorithm assigns network 231 tristate "maglev hashing scheduling" 233 The maglev consistent hashing scheduling algorithm provides the 234 Google's Maglev hashing algorithm as a IPVS scheduler. It assigns 236 assigned special hash table called the lookup table. Maglev hashing 240 Through this operation, The maglev hashing gives an almost equal 289 int "IPVS source hashing table size (the Nth power of 2)" [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/ |
| D | dpaa.rst | 157 ethtool. Also, rx-flow-hash and rx-hashing was added. The addition of RSS 222 going to control the rx-flow-hashing for all protocols on that interface. 229 # ethtool -K fm1-mac9 rx-hashing off 231 receive-hashing: off 232 # ethtool -K fm1-mac9 rx-hashing on 234 receive-hashing: on 236 receive-hashing: on 238 Please note that Rx hashing depends upon the rx-flow-hashing being on 239 for that interface - turning off rx-flow-hashing will also disable the 240 rx-hashing (without ethtool reporting it as off as that depends on the
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/freescale/ |
| D | dpaa.rst | 157 ethtool. Also, rx-flow-hash and rx-hashing was added. The addition of RSS 222 going to control the rx-flow-hashing for all protocols on that interface. 229 # ethtool -K fm1-mac9 rx-hashing off 231 receive-hashing: off 232 # ethtool -K fm1-mac9 rx-hashing on 234 receive-hashing: on 236 receive-hashing: on 238 Please note that Rx hashing depends upon the rx-flow-hashing being on 239 for that interface - turning off rx-flow-hashing will also disable the 240 rx-hashing (without ethtool reporting it as off as that depends on the
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/keembay/ |
| D | ocs-hcu.c | 234 * This function is used to save the current hashing process state in order to 238 * contains the hashing result. So this function is also used to retrieve the 239 * final result of a hashing process. 284 * This function is used to continue a previous hashing process. 359 /* Configure endianness, hashing algorithm and HW HMAC (if needed) */ in ocs_hcu_hw_cfg() 434 * ocs_hcu_ll_dma_start() - Start OCS HCU hashing via DMA 437 * @finalize: Whether or not this is the last hashing operation and therefore 582 * @algo: The hashing algorithm to use. 600 * ocs_hcu_hash_update() - Perform a hashing iteration. 602 * @ctx: The OCS HCU hashing context. [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/microsoft/ |
| D | netvsc.rst | 35 hashing. Using L3 hashing is recommended in this case. 39 To include UDP port numbers in hashing:: 43 To exclude UDP port numbers in hashing::
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/microsoft/ |
| D | netvsc.rst | 35 hashing. Using L3 hashing is recommended in this case. 39 To include UDP port numbers in hashing:: 43 To exclude UDP port numbers in hashing::
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hashtable.h | 30 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 158 * hash_for_each_possible - iterate over all possible objects hashing to the 169 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the 181 * hash_for_each_possible_rcu_notrace - iterate over all possible objects hashing 196 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
| D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 90 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hashtable.h | 30 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 158 * hash_for_each_possible - iterate over all possible objects hashing to the 169 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the 181 * hash_for_each_possible_rcu_notrace - iterate over all possible objects hashing 196 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
| D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 93 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 90 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
| D | hashtable.h | 27 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 125 * hash_for_each_possible - iterate over all possible objects hashing to the 136 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers. 12 * were actively bad for hashing), but the name remains. 93 /* This really should be called fold32_ptr; it does no hashing to speak of. */
|
| D | hashtable.h | 27 /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit kernels. */ 125 * hash_for_each_possible - iterate over all possible objects hashing to the 136 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | img-hash.txt | 3 The hash accelerator provides hardware hashing acceleration for 10 - interrupts : The designated IRQ line for the hashing module.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/ |
| D | img-hash.txt | 3 The hash accelerator provides hardware hashing acceleration for 10 - interrupts : The designated IRQ line for the hashing module.
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | key_gen.h | 11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1, 29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
|
| /kernel/linux/linux-6.6/drivers/crypto/caam/ |
| D | key_gen.h | 11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1, 29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
|
| /kernel/linux/linux-6.6/security/selinux/ |
| D | netnode.c | 61 * sel_netnode_hashfn_ipv4 - IPv4 hashing function for the node table 65 * This is the IPv4 hashing function for the node interface table, it returns 77 * sel_netnode_hashfn_ipv6 - IPv6 hashing function for the node table 81 * This is the IPv6 hashing function for the node interface table, it returns
|
| /kernel/linux/linux-5.10/security/selinux/ |
| D | netnode.c | 62 * sel_netnode_hashfn_ipv4 - IPv4 hashing function for the node table 66 * This is the IPv4 hashing function for the node interface table, it returns 78 * sel_netnode_hashfn_ipv6 - IPv6 hashing function for the node table 82 * This is the IPv6 hashing function for the node interface table, it returns
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | Kconfig | 35 This option selects whether sha1 hashing of loaded policy 40 these cases policy hashing can be disabled by default and
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | cache.h | 38 void disable_sr_hashing(void); /* turns off space register hashing */ 72 /* Classes of processor wrt: disabling space register hashing */
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | cache.h | 38 void disable_sr_hashing(void); /* turns off space register hashing */ 71 /* Classes of processor wrt: disabling space register hashing */
|
| /kernel/linux/linux-6.6/security/apparmor/ |
| D | crypto.c | 112 AA_ERROR("failed to setup profile sha1 hashing: %d\n", error); in init_profile_hash() 118 aa_info_message("AppArmor sha1 policy hashing enabled"); in init_profile_hash()
|
12345678910>>...19