Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 2 of 2) sorted by relevance

/net/openvswitch/
Dflow.c103 new_stats->byte_count = len; in ovs_flow_stats_update()
119 stats->byte_count += len; in ovs_flow_stats_update()
149 ovs_stats->n_bytes += stats->byte_count; in ovs_flow_stats_get()
168 stats->byte_count = 0; in ovs_flow_stats_clear()
Dflow.h201 u64 byte_count; /* Number of bytes matched. */ member