Searched refs:n_missed (Results 1 – 3 of 3) sorted by relevance
33 * @n_missed: Number of received packets that had no matching flow in the flow34 * 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 looked48 u64 n_missed; member
292 stats_counter = &stats->n_missed; in ovs_dp_process_packet() 767 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats() 782 stats->n_missed += local_stats.n_missed; in get_dp_stats()
113 __u64 n_missed; /* Number of flow table misses. */ member