Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.h45 u64 n_hit; member
H A Ddatapath.c298 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
732 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
746 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