Lines Matching full:offload
12 take advantage of checksum offload capabilities of various NICs.
16 * TX Checksum Offload
17 * LCO: Local Checksum Offload
18 * RCO: Remote Checksum Offload
22 * RX Checksum Offload
26 TX Checksum Offload
61 A driver declares its offload capabilities in netdev->hw_features; see
71 The stack should, for the most part, assume that checksum offload is supported
74 function compares the offload features requested by the SKB (which may include
75 other offloads besides TX Checksum Offload) and, if they are not supported or
77 corresponding offload in software. In the case of TX Checksum Offload, that
81 LCO: Local Checksum Offload
93 checksum is used, and thus any checksum that TX Checksum Offload supports.
95 That is, if we have set up TX Checksum Offload with a start/offset pair, we
127 RCO: Remote Checksum Offload