Searched refs:n_missed (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/openvswitch/
H A Ddatapath.h39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
46 u64 n_missed; member in struct:dp_stats_percpu
H A Ddatapath.c288 stats_counter = &stats->n_missed;
733 stats->n_hit = stats->n_missed = stats->n_lost = 0;
748 stats->n_missed += local_stats.n_missed;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h105 __u64 n_missed; /* Number of flow table misses. */ member in struct:ovs_dp_stats

Completed in 237 milliseconds