Searched refs:csum_offset (Results 1 – 5 of 5) sorted by relevance
90 uint16_t csum_offset; /* Offset after that to place checksum */ member
1491 int offset = hdr->csum_start + hdr->csum_offset; in vtnet_rxq_csum_by_offset()1521 switch (hdr->csum_offset) { in vtnet_rxq_csum_by_offset()1593 hdr->csum_start, hdr->csum_offset); in vtnet_rxq_csum_by_parse()2120 hdr->csum_offset = m->m_pkthdr.csum_data; in vtnet_txq_offload()
425 if (unlikely(vh->csum_offset + vh->csum_start > src_len)) in bdg_mismatch_datapath()429 vh->csum_offset); in bdg_mismatch_datapath()
1453 hdr->csum_offset = m->m_pkthdr.csum_data; in ptnet_tx_offload()1506 int offset = hdr->csum_start + hdr->csum_offset; in ptnet_rx_csum_by_offset()1534 switch (hdr->csum_offset) { in ptnet_rx_csum_by_offset()1603 hdr->csum_start, hdr->csum_offset); in ptnet_rx_csum_by_parse()1795 vh->csum_start, vh->csum_offset, vh->hdr_len, in ptnet_drain_transmit_queue()2062 vh->csum_start, vh->csum_offset, vh->hdr_len, in ptnet_rx_eof()
2120 uint16_t csum_offset; member