Home
last modified time | relevance | path

Searched refs:ovs_dp_stats (Results 1 – 4 of 4) 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
/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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h95 struct ovs_dp_stats { struct
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c684 static void get_dp_stats(const struct datapath *dp, struct ovs_dp_stats *stats, in get_dp_stats()
1508 msgsize += nla_total_size_64bit(sizeof(struct ovs_dp_stats)); in ovs_dp_cmd_msg_size()
1521 struct ovs_dp_stats dp_stats; in ovs_dp_cmd_fill_info()
1537 if (nla_put_64bit(skb, OVS_DP_ATTR_STATS, sizeof(struct ovs_dp_stats), in ovs_dp_cmd_fill_info()