struct tarpc_rte_pktmbuf_alloc_bulk_in

rte_pktmbuf_alloc_bulk()

struct tarpc_rte_pktmbuf_alloc_bulk_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_mempool mp;
    tarpc_uint count;
};