Home
last modified time | relevance | path

Searched refs:checksums (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst15 the 8548) has the ability to perform TCP, UDP, and IP checksums
17 checksums (and always performs the pseudo header checksums), so
/Linux-v5.10/Documentation/filesystems/ext4/
Dchecksums.rst6 Starting in early 2012, metadata checksums were added to all major ext4
12 structure size so that full 32-bit checksums can be stored for many data
21 directories rebuilt with checksums. This has the added benefit of
Doverview.rst23 .. include:: checksums.rst
Djournal.rst75 commit. If there is no commit record (or the checksums don't match), the
288 - Journal maintains checksums on the data blocks.
311 descriptor table contain checksums for each of the data blocks in the
614 - 32 bytes of space to store checksums. If
Dgroup_descr.rst40 checksums are calculated against the FS UUID, the group number, and the
Ddirectory.rst124 In order to add checksums to these classic directory blocks, a phony
398 If metadata checksums are enabled, the last 8 bytes of the directory
Difork.rst165 Prior to the introduction of metadata checksums, the extent header +
Dsuper.rst683 - Group descriptors have checksums. In addition to detecting corruption,
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/
Dvortex.rst199 Recent 3com NICs are able to generate IPv4, TCP and UDP checksums
206 all Tornado and Cyclone devices will use S/G and Tx checksums.
209 decision. If you think that Tx checksums are causing a problem, you
217 not it is using hardware scatter/gather and hardware Tx checksums.
219 Scatter/gather and hardware checksums provide considerable
/Linux-v5.10/drivers/md/
Ddm-integrity.c1551 char *checksums; in integrity_metadata() local
1561checksums = kmalloc((PAGE_SIZE >> SECTOR_SHIFT >> ic->sb->log2_sectors_per_block) * ic->tag_size +… in integrity_metadata()
1564 checksums = kmalloc(PAGE_SIZE, GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN); in integrity_metadata()
1565 if (!checksums) { in integrity_metadata()
1566 checksums = checksums_onstack; in integrity_metadata()
1577 unsigned max_size = likely(checksums != checksums_onstack) ? PAGE_SIZE : HASH_MAX_DIGESTSIZE; in integrity_metadata()
1579 memset(checksums, DISCARD_FILLER, max_size); in integrity_metadata()
1584 r = dm_integrity_rw_tag(ic, checksums, &dio->metadata_block, &dio->metadata_offset, in integrity_metadata()
1587 if (likely(checksums != checksums_onstack)) in integrity_metadata()
1588 kfree(checksums); in integrity_metadata()
[all …]
DKconfig517 a pre-generated tree of cryptographic checksums stored on a second
535 pre-generated tree of cryptographic checksums passed has a pkcs#7
/Linux-v5.10/Documentation/networking/
Dnf_conntrack-sysctl.rst29 Verify checksum of incoming packets. Packets with bad checksums are
Dnetdev-features.rst17 that relieve an OS of various tasks like generating and checking checksums,
Dchecksum-offloads.rst57 encapsulated packet both the inner and outer checksums may need to be edited or
Ddccp.rst112 partial checksum coverage (RFC 4340, sec. 9.2). The default is that checksums
Dopenvswitch.rst208 checksums, etc. This would prevent userspace from implementing a
/Linux-v5.10/Documentation/admin-guide/mm/
Dksm.rst127 KSM for some workloads, for example if the checksums of pages
/Linux-v5.10/Documentation/i2c/
Dsmbus-protocol.rst262 require PEC checksums.
/Linux-v5.10/Documentation/power/
Duserland-swsusp.rst158 means, such as checksums, to ensure the integrity of the snapshot image.
/Linux-v5.10/Documentation/block/
Ddata-integrity.rst77 the choice in checksums is referred to as the Data Integrity
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-block86 generate checksums for write requests bound for
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst82 checksums are not checked and writes to the device are not
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst112 - Stateless offloads - non-tunneled checksums
/Linux-v5.10/Documentation/admin-guide/sysctl/
Dnet.rst250 checksums.
/Linux-v5.10/Documentation/admin-guide/
Dras.rst45 * I/O – add CRC checksums for transferred data;
46 * Storage – RAID, journal file systems, checksums,

12