Home
last modified time | relevance | path

Searched refs:n_missed (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/openvswitch/
H A Ddatapath.h47 u64 n_missed; member
H A Ddatapath.c287 stats_counter = &stats->n_missed; in ovs_dp_process_packet()
732 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
747 stats->n_missed += local_stats.n_missed; in get_dp_stats()
/linux-6.15/include/uapi/linux/
H A Dopenvswitch.h105 __u64 n_missed; /* Number of flow table misses. */ member