struct tarpc_rte_eth_rss_reta_entry64

struct tarpc_rte_eth_rss_reta_entry64 {
    // fields

    uint64_t mask;
    uint16_t reta[64];
};