Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnet.c159 static int vtnet_txq_enqueue_buf(struct vtnet_txq *, struct mbuf **,
2494 vtnet_txq_enqueue_buf(struct vtnet_txq *txq, struct mbuf **m_head, in vtnet_txq_enqueue_buf() function
2585 error = vtnet_txq_enqueue_buf(txq, m_head, txhdr); in vtnet_txq_encap()