Home
last modified time | relevance | path

Searched refs:tc_stats (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dgen_stats.c172 d->tc_stats.bytes = bstats.bytes; in ___gnet_stats_copy_basic()
173 d->tc_stats.packets = bstats.packets; in ___gnet_stats_copy_basic()
267 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
268 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()
345 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
346 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue()
347 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue()
348 d->tc_stats.overlimits = qstats.overlimits; in gnet_stats_copy_queue()
416 if (gnet_stats_copy(d, d->compat_tc_stats, &d->tc_stats, in gnet_stats_finish_copy()
417 sizeof(d->tc_stats), d->padattr) < 0) in gnet_stats_finish_copy()
/OK3568_Linux_fs/kernel/include/net/
H A Dgen_stats.h34 struct tc_stats tc_stats; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dgen_stats.rst62 Prior users of struct tc_stats and xstats can maintain backward
75 A struct tc_stats will be filled out during gnet_stats_copy_* calls
/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 Dpkt_sched.h33 struct tc_stats { struct
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h33 struct tc_stats { struct
/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 Dpkt_sched.h33 struct tc_stats { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h34 struct tc_stats { struct
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e.h730 struct i40e_veb_tc_stats tc_stats; member
H A Di40e_ethtool.c2335 i40e_get_veb_tc_stats(&veb->tc_stats, i); in i40e_get_ethtool_stats()
H A Di40e_main.c543 memset(&pf->veb[i]->tc_stats, 0, in i40e_pf_reset_stats()
544 sizeof(pf->veb[i]->tc_stats)); in i40e_pf_reset_stats()
776 veb_es = &veb->tc_stats; in i40e_update_veb_stats()