Home
last modified time | relevance | path

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

/linux-3.4.99/net/openvswitch/
Ddatapath.h51 u64 n_lost; member
Ddatapath.c257 stats->n_lost++; in ovs_dp_upcall()
714 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
729 stats->n_lost += local_stats.n_lost; in get_dp_stats()
/linux-3.4.99/include/linux/
Dopenvswitch.h81 __u64 n_lost; /* Number of misses not sent to userspace. */ member