Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c138 static int vtnet_rxq_csum_data_valid(struct vtnet_rxq *, struct mbuf *,
1779 error = vtnet_rxq_csum_data_valid(rxq, m, etype, hoff, hdr); in vtnet_rxq_csum_needs_csum()
1826 vtnet_rxq_csum_data_valid(struct vtnet_rxq *rxq, struct mbuf *m, in vtnet_rxq_csum_data_valid() function
1908 return (vtnet_rxq_csum_data_valid(rxq, m, etype, hoff, hdr)); in vtnet_rxq_csum()