Searched refs:vtnet_txq_offload_tso (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 158 static int vtnet_txq_offload_tso(struct vtnet_txq *, struct mbuf *, int, 2420 vtnet_txq_offload_tso(struct vtnet_txq *txq, struct mbuf *m, int eth_type, in vtnet_txq_offload_tso() function 2505 error = vtnet_txq_offload_tso(txq, m, etype, csum_start, hdr); in vtnet_txq_offload()
|