struct tarpc_rte_eth_dev_get_mtu_out

struct tarpc_rte_eth_dev_get_mtu_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    uint16_t mtu;
};