struct tarpc_rte_flow_query_count

struct tarpc_rte_flow_query_count {
    // fields

    tarpc_bool reset;
    tarpc_bool hits_set;
    tarpc_bool bytes_set;
    uint64_t hits;
    uint64_t bytes;
};