ovs_stats         126 net/openvswitch/flow.c 			struct ovs_flow_stats *ovs_stats,
ovs_stats         133 net/openvswitch/flow.c 	memset(ovs_stats, 0, sizeof(*ovs_stats));
ovs_stats         147 net/openvswitch/flow.c 			ovs_stats->n_packets += stats->packet_count;
ovs_stats         148 net/openvswitch/flow.c 			ovs_stats->n_bytes += stats->byte_count;