n_hit              95 include/uapi/linux/openvswitch.h 	__u64 n_hit;             /* Number of flow table matches. */
n_hit             254 net/openvswitch/datapath.c 	stats_counter = &stats->n_hit;
n_hit             664 net/openvswitch/datapath.c 	stats->n_hit = stats->n_missed = stats->n_lost = 0;
n_hit             678 net/openvswitch/datapath.c 		stats->n_hit += local_stats.n_hit;
n_hit              42 net/openvswitch/datapath.h 	u64 n_hit;