Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.h31 * @n_hit: Number of received packets for which a matching flow was found in
34 * table. The sum of @n_hit and @n_missed is the number of packets that have
40 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
47 u64 n_hit; member
H A Ddatapath.c318 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()
/linux/include/uapi/linux/
H A Dopenvswitch.h104 __u64 n_hit; /* Number of flow table matches. */ member