Home
last modified time | relevance | path

Searched refs:n_missed (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
46 u64 n_missed; member
H A Ddatapath.c255 stats_counter = &stats->n_missed; in ovs_dp_process_packet()
694 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
709 stats->n_missed += local_stats.n_missed; in get_dp_stats()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
46 u64 n_missed; member
H A Ddatapath.c288 stats_counter = &stats->n_missed; in ovs_dp_process_packet()
733 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
748 stats->n_missed += local_stats.n_missed; in get_dp_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h97 __u64 n_missed; /* Number of flow table misses. */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h105 __u64 n_missed; /* Number of flow table misses. */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h51 __u64 n_missed; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h51 __u64 n_missed; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h37 __u64 n_missed; member

Completed in 21 milliseconds