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

/linux-master/net/openvswitch/
H A Ddatapath.h35 * @n_lost: Number of received packets that had no matching flow in the flow
47 u64 n_lost; member in struct:dp_stats_percpu
133 * then no packet is sent and the packet is accounted in the datapath's @n_lost
H A Ddatapath.c341 stats->n_lost++;
733 stats->n_hit = stats->n_missed = stats->n_lost = 0;
749 stats->n_lost += local_stats.n_lost;
/linux-master/include/uapi/linux/
H A Dopenvswitch.h106 __u64 n_lost; /* Number of misses not sent to userspace. */ member in struct:ovs_dp_stats

Completed in 119 milliseconds