Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h35 * @n_lost: Number of received packets that had no matching flow in the flow
47 u64 n_lost; member
115 * then no packet is sent and the packet is accounted in the datapath's @n_lost
H A Ddatapath.c303 stats->n_lost++; in ovs_dp_upcall()
694 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
710 stats->n_lost += local_stats.n_lost; in get_dp_stats()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h35 * @n_lost: Number of received packets that had no matching flow in the flow
47 u64 n_lost; member
133 * then no packet is sent and the packet is accounted in the datapath's @n_lost
H A Ddatapath.c341 stats->n_lost++; in ovs_dp_upcall()
733 stats->n_hit = stats->n_missed = stats->n_lost = 0; in get_dp_stats()
749 stats->n_lost += local_stats.n_lost; in get_dp_stats()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h98 __u64 n_lost; /* Number of misses not sent to userspace. */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h106 __u64 n_lost; /* Number of misses not sent to userspace. */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h52 __u64 n_lost; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h52 __u64 n_lost; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h38 __u64 n_lost; member

Completed in 23 milliseconds