struct tarpc_rte_pktmbuf_clone_in

rte_pktmbuf_clone()

struct tarpc_rte_pktmbuf_clone_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_mbuf m;
    tarpc_rte_mempool mp;
};