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.c319 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
767 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
781 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/linux/include/uapi/linux/
H A Dopenvswitch.h112 __u64 n_hit; /* Number of flow table matches. */ member