Home
last modified time | relevance | path

Searched defs:ovs_dp_stats (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h94 struct ovs_dp_stats { struct
95 __u64 n_hit; /* Number of flow table matches. */
96 __u64 n_missed; /* Number of flow table misses. */
97 __u64 n_lost; /* Number of misses not sent to userspace. */
98 __u64 n_flows; /* Number of flows present */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h94 struct ovs_dp_stats { struct
95 __u64 n_hit; /* Number of flow table matches. */
96 __u64 n_missed; /* Number of flow table misses. */
97 __u64 n_lost; /* Number of misses not sent to userspace. */
98 __u64 n_flows; /* Number of flows present */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h95 struct ovs_dp_stats { struct
96 __u64 n_hit; /* Number of flow table matches. */
97 __u64 n_missed; /* Number of flow table misses. */
98 __u64 n_lost; /* Number of misses not sent to userspace. */
99 __u64 n_flows; /* Number of flows present */