Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnet.c120 static int vtnet_rxq_enqueue_buf(struct vtnet_rxq *, struct mbuf *);
1359 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_lro_nomgr_buf()
1404 error = vtnet_rxq_enqueue_buf(rxq, m_new); in vtnet_rxq_replace_buf()
1422 vtnet_rxq_enqueue_buf(struct vtnet_rxq *rxq, struct mbuf *m) in vtnet_rxq_enqueue_buf() function
1474 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_new_buf()
1660 error = vtnet_rxq_enqueue_buf(rxq, m); in vtnet_rxq_discard_buf()