Home
last modified time | relevance | path

Searched refs:virtio_net_rx_csum (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h380 virtio_net_rx_csum(struct mbuf *m, struct virtio_net_hdr *hdr) in virtio_net_rx_csum() function
/freebsd/sys/net/
H A Dif_tuntap.c1766 if (virtio_net_rx_csum(m, &vhdr->hdr)) { in tunwrite_l2()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c1847 if (unlikely(have_vnet_hdr && virtio_net_rx_csum(mhead, vh))) { in ptnet_rx_eof()