Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h30 * @n_hit: Number of received packets for which a matching flow was found in
33 * table. The sum of @n_hit and @n_miss is the number of packets that have
39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
45 u64 n_hit; member
H A Ddatapath.c266 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
694 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
708 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h30 * @n_hit: Number of received packets for which a matching flow was found in
33 * table. The sum of @n_hit and @n_miss is the number of packets that have
39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked
45 u64 n_hit; member
H A Ddatapath.c299 stats_counter = &stats->n_hit; in ovs_dp_process_packet()
733 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
747 stats->n_hit += local_stats.n_hit; in get_dp_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h96 __u64 n_hit; /* Number of flow table matches. */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h104 __u64 n_hit; /* Number of flow table matches. */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h50 __u64 n_hit; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h50 __u64 n_hit; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h36 __u64 n_hit; member

Completed in 17 milliseconds