Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgen_stats.c43 * @tc_stats_type: TLV type for backward compatibility struct tc_stats TLV
54 * all gnet_stats_copy_XXX() functions to fill a local copy of struct tc_stats.
220 d->tc_stats.bytes = bstats_bytes; in ___gnet_stats_copy_basic()
221 d->tc_stats.packets = bstats_packets; in ___gnet_stats_copy_basic()
321 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est()
322 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est()
396 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
397 d->tc_stats.qlen = qstats.qlen; in gnet_stats_copy_queue()
398 d->tc_stats.backlog = qstats.backlog; in gnet_stats_copy_queue()
399 d->tc_stats in gnet_stats_copy_queue()
[all...]
/linux/include/net/
H A Dgen_stats.h37 struct tc_stats tc_stats; member
/linux/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
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h33 struct tc_stats { struct
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h810 struct i40e_veb_tc_stats tc_stats; member
H A Di40e_main.c577 memset(&veb->tc_stats, 0, sizeof(veb->tc_stats)); in i40e_pf_reset_stats()
800 veb_es = &veb->tc_stats; in i40e_update_veb_stats()