Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h121 uint16_t csum_offset; /* Offset after that to place checksum */ member
139 uint16_t csum_offset; /* Offset after that to place checksum */ member
294 m->m_pkthdr.csum_data = hdr->csum_offset; in virtio_net_rx_csum_needs_csum()
556 hdr->csum_offset = VIRTIO_NET_TX_MODERN_LE(modern, in virtio_net_tx_offload()
H A Dif_vtnet.c2262 lhdr.csum_offset = vtnet_htog16(sc, hdr->csum_offset); in vtnet_rxq_eof()
/freebsd/sys/dev/gve/
H A Dgve_tx.c497 int csum_offset, uint16_t pkt_len) in gve_tx_fill_pkt_desc() argument
501 pkt_desc->l4_csum_offset = csum_offset >> 1; in gve_tx_fill_pkt_desc()
505 pkt_desc->l4_csum_offset = csum_offset >> 1; in gve_tx_fill_pkt_desc()
633 int csum_flags, csum_offset, mtd_desc_nr, offset, copy_offset; in gve_xmit() local
692 csum_offset = offsetof(struct tcphdr, th_sum); in gve_xmit()
694 csum_offset = offsetof(struct udphdr, uh_sum); in gve_xmit()
734 info->iov[hdr_nfrags - 1].iov_offset, has_csum_flag, csum_offset, in gve_xmit()
/freebsd/sys/dev/netmap/
H A Dnetmap_offloadings.c424 if (unlikely(vh->csum_offset + vh->csum_start > src_len)) in bdg_mismatch_datapath()
428 vh->csum_offset); in bdg_mismatch_datapath()
H A Dif_ptnet.c1492 vh->csum_start, vh->csum_offset, vh->hdr_len, in ptnet_drain_transmit_queue()
1759 vh->csum_start, vh->csum_offset, vh->hdr_len, in ptnet_rx_eof()
H A Dnetmap_kern.h2245 uint16_t csum_offset; member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c421 skb->csum_offset, skb->csum_start, skb->ip_summed, skb->protocol); in DB_SHOW_COMMAND()
/freebsd/sys/net/
H A Dif_tuntap.c1903 vhdr.hdr.csum_offset); in tunread()
2093 vhdr.hdr.csum_offset); in tunwrite()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h166 uint16_t csum_offset; member