Home
last modified time | relevance | path

Searched full:hashing (Results 1 – 25 of 232) sorted by relevance

12345678910

/Linux-v6.1/net/netfilter/ipvs/
DKconfig210 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
288 int "IPVS source hashing table size (the Nth power of 2)"
[all …]
Dip_vs_dh.c3 * IPVS: Destination Hashing scheduling module
7 * Inspired by the consistent hashing scheduler patch from
210 * Destination hashing scheduling
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst157 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
/Linux-v6.1/drivers/crypto/keembay/
Docs-hcu.c234 * 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 …]
Docs-hcu.h62 * struct ocs_hcu_hash_ctx - Context for OCS HCU hashing operation.
63 * @algo: The hashing algorithm being used.
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/microsoft/
Dnetvsc.rst35 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::
/Linux-v6.1/include/linux/
Dhashtable.h30 /* 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
Dhash.h3 /* 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. */
Dxxhash.h171 * xxh32_reset() - reset the xxh32 state to start a new hashing operation
176 * Call this function on any xxh32_state to prepare for a new hashing operation.
207 * xxh64_reset() - reset the xxh64 state to start a new hashing operation
/Linux-v6.1/tools/include/linux/
Dhash.h3 /* 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. */
Dhashtable.h27 /* 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
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dimg-hash.txt3 The hash accelerator provides hardware hashing acceleration for
10 - interrupts : The designated IRQ line for the hashing module.
/Linux-v6.1/drivers/crypto/caam/
Dkey_gen.h11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
/Linux-v6.1/security/selinux/
Dnetnode.c61 * 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
Dibpkey.c47 * sel_ib_pkey_hashfn - Hashing function for the pkey table
51 * This is the hashing function for the pkey table, it returns the bucket
/Linux-v6.1/arch/parisc/include/asm/
Dcache.h29 void disable_sr_hashing(void); /* turns off space register hashing */
61 /* Classes of processor wrt: disabling space register hashing */
/Linux-v6.1/security/apparmor/
Dcrypto.c112 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()
DKconfig77 This option selects whether sha1 hashing of loaded policy
82 these cases policy hashing can be disabled by default and
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h215 unsigned int syn4tupenipv6:1; /* enable hashing 4-tuple IPv6 SYNs */
216 unsigned int syn2tupenipv6:1; /* enable hashing 2-tuple IPv6 SYNs */
217 unsigned int syn4tupenipv4:1; /* enable hashing 4-tuple IPv4 SYNs */
218 unsigned int syn2tupenipv4:1; /* enable hashing 2-tuple IPv4 SYNs */
/Linux-v6.1/include/uapi/linux/
Dif_bonding.h41 * - added definitions for various XOR hashing policies
91 /* hashing types */
/Linux-v6.1/fs/verity/
Dhash_algs.c182 * salted hashing just as fast as unsalted hashing. in fsverity_prepare_hash_state()
223 * @inode: inode for which the hashing is being done
/Linux-v6.1/drivers/net/ethernet/freescale/fman/
Dfman_keygen.c217 bool use_hashing; /* Usage of Hashing and spreading over FQ */
550 /* Configure Hard-Coded Rx Hashing: */ in keygen_scheme_setup()
679 * Initializes a port for Rx Hashing with specified configuration parameters
683 * hash_base_fqid: Hashing Base FQID used for spreading
684 * hash_size: Hashing size
/Linux-v6.1/Documentation/filesystems/
Dfsverity.rst72 The base fs-verity feature is a hashing mechanism only; actually
127 block; it can be used to personalize the hashing for a particular
669 hashing individual files using a Merkle tree. In contrast, IMA
674 IMA supports the fs-verity hashing mechanism as an alternative
700 how Merkle tree hashing works. To verify a leaf node, you need to
703 node isn't stored on-disk, you have to compute it by hashing its
718 a single block read could trigger re-hashing gigabytes of data.
736 used many times, and cryptographic hashing is somewhat fast on
/Linux-v6.1/include/uapi/linux/netfilter/
Dxt_NFQUEUE.h35 #define NFQ_FLAG_CPU_FANOUT 0x02 /* use current CPU (no hashing) */
/Linux-v6.1/Documentation/networking/devlink/
Dmv88e6xxx.rst25 - Select one of four possible hashing algorithms for MAC addresses in

12345678910