n_lost             97 include/uapi/linux/openvswitch.h 	__u64 n_lost;            /* Number of misses not sent to userspace. */
n_lost            290 net/openvswitch/datapath.c 	stats->n_lost++;
n_lost            664 net/openvswitch/datapath.c 	stats->n_hit = stats->n_missed = stats->n_lost = 0;
n_lost            680 net/openvswitch/datapath.c 		stats->n_lost += local_stats.n_lost;
n_lost             44 net/openvswitch/datapath.h 	u64 n_lost;