Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c137 static int vtnet_enqueue_txbuf(struct vtnet_softc *, struct mbuf **,
1991 vtnet_enqueue_txbuf(struct vtnet_softc *sc, struct mbuf **m_head, in vtnet_enqueue_txbuf() function
2106 error = vtnet_enqueue_txbuf(sc, m_head, txhdr); in vtnet_encap()