struct tarpc_rte_eth_xstats_get_out

struct tarpc_rte_eth_xstats_get_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    struct tarpc_rte_eth_xstat xstats<>;
};