Searched refs:checksums (Results 1 – 25 of 27) sorted by relevance
12
| /Linux-v5.4/Documentation/networking/device_drivers/freescale/ |
| D | gianfar.txt | 10 the 8548) has the ability to perform TCP, UDP, and IP checksums 12 checksums (and always performs the pseudo header checksums), so
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | checksums.rst | 6 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
|
| D | overview.rst | 23 .. include:: checksums.rst
|
| D | journal.rst | 64 commit. If there is no commit record (or the checksums don't match), the 273 - Journal maintains checksums on the data blocks. 296 descriptor table contain checksums for each of the data blocks in the 597 - 32 bytes of space to store checksums. If
|
| D | group_descr.rst | 40 checksums are calculated against the FS UUID, the group number, and the
|
| D | directory.rst | 124 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
|
| D | ifork.rst | 165 Prior to the introduction of metadata checksums, the extent header +
|
| D | super.rst | 676 - Group descriptors have checksums. In addition to detecting corruption,
|
| /Linux-v5.4/Documentation/networking/device_drivers/3com/ |
| D | vortex.txt | 188 Recent 3com NICs are able to generate IPv4, TCP and UDP checksums 195 all Tornado and Cyclone devices will use S/G and Tx checksums. 198 decision. If you think that Tx checksums are causing a problem, you 206 not it is using hardware scatter/gather and hardware Tx checksums. 208 Scatter/gather and hardware checksums provide considerable
|
| /Linux-v5.4/drivers/md/ |
| D | dm-integrity.c | 1520 char *checksums; in integrity_metadata() local 1529 …checksums = kmalloc((PAGE_SIZE >> SECTOR_SHIFT >> ic->sb->log2_sectors_per_block) * ic->tag_size +… in integrity_metadata() 1531 if (!checksums) { in integrity_metadata() 1532 checksums = checksums_onstack; in integrity_metadata() 1547 checksums_ptr = checksums; in integrity_metadata() 1554 } while (pos < bv.bv_len && sectors_to_process && checksums != checksums_onstack); in integrity_metadata() 1557 r = dm_integrity_rw_tag(ic, checksums, &dio->metadata_block, &dio->metadata_offset, in integrity_metadata() 1558 checksums_ptr - checksums, !dio->write ? TAG_CMP : TAG_WRITE); in integrity_metadata() 1566 if (likely(checksums != checksums_onstack)) in integrity_metadata() 1567 kfree(checksums); in integrity_metadata() [all …]
|
| D | Kconfig | 497 a pre-generated tree of cryptographic checksums stored on a second 515 pre-generated tree of cryptographic checksums passed has a pkcs#7
|
| /Linux-v5.4/Documentation/networking/ |
| D | nf_conntrack-sysctl.txt | 22 Verify checksum of incoming packets. Packets with bad checksums are
|
| D | checksum-offloads.rst | 57 encapsulated packet both the inner and outer checksums may need to be edited or
|
| D | netdev-features.txt | 14 that relieve an OS of various tasks like generating and checking checksums,
|
| D | dccp.txt | 108 partial checksum coverage (RFC 4340, sec. 9.2). The default is that checksums
|
| D | openvswitch.txt | 205 checksums, etc. This would prevent userspace from implementing a
|
| /Linux-v5.4/Documentation/admin-guide/mm/ |
| D | ksm.rst | 127 KSM for some workloads, for example if the checksums of pages
|
| /Linux-v5.4/Documentation/power/ |
| D | userland-swsusp.rst | 156 means, such as checksums, to ensure the integrity of the snapshot image.
|
| /Linux-v5.4/Documentation/i2c/ |
| D | smbus-protocol.rst | 246 require PEC checksums.
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-integrity.rst | 82 checksums are not checked and writes to the device are not
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-block | 76 generate checksums for write requests bound for
|
| /Linux-v5.4/Documentation/block/ |
| D | data-integrity.rst | 77 the choice in checksums is referred to as the Data Integrity
|
| /Linux-v5.4/Documentation/networking/device_drivers/intel/ |
| D | iavf.rst | 112 - Stateless offloads - non-tunneled checksums
|
| /Linux-v5.4/Documentation/admin-guide/sysctl/ |
| D | net.rst | 249 checksums.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ras.rst | 45 * I/O – add CRC checksums for transferred data; 46 * Storage – RAID, journal file systems, checksums,
|
12