Searched refs:send_pkts (Results 1 – 5 of 5) sorted by relevance
71 int32_t (*send_pkts)(struct mtcp_thread_context *ctx, int nif); member
168 .send_pkts = pcap_send_pkts,
350 .send_pkts = netmap_send_pkts,
811 .send_pkts = dpdk_send_pkts,
1004 if (likely(mtcp->iom->send_pkts != NULL)) in RunMainLoop()1006 mtcp->iom->send_pkts(ctx, tx_inf); in RunMainLoop()