Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dsocket.c42 bool extbuf; member
231 if (vsocket->extbuf) in vhost_user_add_connection()
877 vsocket->extbuf = flags & RTE_VHOST_USER_EXTBUF_SUPPORT; in rte_vhost_driver_register()
919 if (vsocket->linearbuf && !vsocket->extbuf) { in rte_vhost_driver_register()
H A Dvhost.h360 int extbuf; member
H A Dvhost.c760 dev->extbuf = 1; in vhost_enable_extbuf()
H A Dvirtio_net.c2119 if (dev->extbuf && !virtio_dev_extbuf_alloc(pkt, data_len)) in virtio_dev_pktmbuf_alloc()