Searched refs:n_hit (Results 1 – 3 of 3) sorted by relevance
31 * @n_hit: Number of received packets for which a matching flow was found in34 * table. The sum of @n_hit and @n_missed is the number of packets that have40 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked47 u64 n_hit; member
318 stats_counter = &stats->n_hit; in ovs_dp_process_packet() 762 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats() 776 stats->n_hit += local_stats.n_hit; in get_dp_stats()
104 __u64 n_hit; /* Number of flow table matches. */ member