Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c163 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
2518 vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head, in vtnet_txq_enqueue_buf() function
2609 error = vtnet_txq_enqueue_buf(txq, m_head, txhdr); in vtnet_txq_encap()