Home
last modified time | relevance | path

Searched refs:csum_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/virtio/network/
H A Dvirtio_net.h90 uint16_t csum_offset; /* Offset after that to place checksum */ member
H A Dif_vtnet.c1491 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()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_offloadings.c425 if (unlikely(vh->csum_offset + vh->csum_start > src_len)) in bdg_mismatch_datapath()
429 vh->csum_offset); in bdg_mismatch_datapath()
H A Dif_ptnet.c1453 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()
H A Dnetmap_kern.h2120 uint16_t csum_offset; member