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

/linux-master/net/openvswitch/
H A Ddatapath.h30 * @n_hit: Number of received packets for which a matching flow was found in
33 * table. The sum of @n_hit and @n_miss is the number of packets that have
39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
45 u64 n_hit; member in struct:dp_stats_percpu
H A Ddatapath.c299 stats_counter = &stats->n_hit;
733 stats->n_hit = stats->n_missed = stats->n_lost = 0;
747 stats->n_hit += local_stats.n_hit;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h104 __u64 n_hit; /* Number of flow table matches. */ member in struct:ovs_dp_stats

Completed in 128 milliseconds