Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_if.h60 int ff_dpdk_if_send(struct ff_dpdk_if_context* ctx, void *buf, int total);
H A Dff_veth.c369 return ff_dpdk_if_send(sc->host_ctx, (void*)m, m->m_pkthdr.len); in ff_veth_transmit()
H A Dff_dpdk_if.c1692 ff_dpdk_if_send(struct ff_dpdk_if_context *ctx, void *m, function