Searched refs:inn_pkts (Results 1 – 1 of 1) sorted by relevance
12467 uint64_t inn_pkts, inn_bytes; in flow_dv_counter_query() local12473 ret = _flow_dv_query_count(dev, counter, &inn_pkts, &inn_bytes); in flow_dv_counter_query()12477 *pkts = inn_pkts - cnt->hits; in flow_dv_counter_query()12480 cnt->hits = inn_pkts; in flow_dv_counter_query()