Home
last modified time | relevance | path

Searched refs:vf_stats (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/link/
Dsriov.c44 vf_data->vf_stats[stat] = nla_get_u64(stb[attr])
242 res = nl_cancel_down_bytes(vf_data->vf_stats[RTNL_LINK_VF_STATS_RX_BYTES], in dump_vf_stats()
248 vf_data->vf_stats[RTNL_LINK_VF_STATS_RX_PACKETS], in dump_vf_stats()
249 vf_data->vf_stats[RTNL_LINK_VF_STATS_MULTICAST], in dump_vf_stats()
250 vf_data->vf_stats[RTNL_LINK_VF_STATS_BROADCAST]); in dump_vf_stats()
254 res = nl_cancel_down_bytes(vf_data->vf_stats[RTNL_LINK_VF_STATS_TX_BYTES], in dump_vf_stats()
258 vf_data->vf_stats[RTNL_LINK_VF_STATS_TX_PACKETS]); in dump_vf_stats()
1208 *vf_stat = vf_data->vf_stats[stat]; in rtnl_link_vf_get_stat()
/third_party/libnl/include/netlink-private/
Dtypes.h184 uint64_t vf_stats[RTNL_LINK_VF_STATS_MAX+1]; member