Searched refs:csum_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/dev/virtio/network/ |
| H A D | virtio_net.h | 121 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 D | if_vtnet.c | 2262 lhdr.csum_offset = vtnet_htog16(sc, hdr->csum_offset); in vtnet_rxq_eof()
|
| /freebsd/sys/dev/gve/ |
| H A D | gve_tx.c | 497 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 D | netmap_offloadings.c | 424 if (unlikely(vh->csum_offset + vh->csum_start > src_len)) in bdg_mismatch_datapath() 428 vh->csum_offset); in bdg_mismatch_datapath()
|
| H A D | if_ptnet.c | 1492 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 D | netmap_kern.h | 2245 uint16_t csum_offset; member
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_skbuff.c | 421 skb->csum_offset, skb->csum_start, skb->ip_summed, skb->protocol); in DB_SHOW_COMMAND()
|
| /freebsd/sys/net/ |
| H A D | if_tuntap.c | 1903 vhdr.hdr.csum_offset); in tunread() 2093 vhdr.hdr.csum_offset); in tunwrite()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | skbuff.h | 166 uint16_t csum_offset; member
|