struct tarpc_rte_pktmbuf_chain_in

rte_pktmbuf_chain()

struct tarpc_rte_pktmbuf_chain_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_mbuf head;
    tarpc_rte_mbuf tail;
};