Searched refs:ff_dpdk_if_send (Results 1 – 3 of 3) sorted by relevance
60 int ff_dpdk_if_send(struct ff_dpdk_if_context* ctx, void *buf, int total);
369 return ff_dpdk_if_send(sc->host_ctx, (void*)m, m->m_pkthdr.len); in ff_veth_transmit()
1692 ff_dpdk_if_send(struct ff_dpdk_if_context *ctx, void *m, function