struct tarpc_rte_pktmbuf_set_tx_offload_in

rte_pktmbuf_set_tx_offload()

struct tarpc_rte_pktmbuf_set_tx_offload_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_rte_mbuf m;
    struct tarpc_rte_pktmbuf_tx_offload tx_offload;
};