struct tarpc_rte_ring_enqueue_mbuf_in

rte_ring_enqueue_mbuf()

struct tarpc_rte_ring_enqueue_mbuf_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_ring ring;
    tarpc_rte_mbuf m;
};