Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tc_stats
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
gen_stats.c
43
* @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
.
172
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
in gnet_stats_copy_queue()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
gen_stats.c
43
* @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
.
221
d->
tc_stats
.bytes = bstats_bytes;
in ___gnet_stats_copy_basic()
222
d->
tc_stats
.packets = bstats_packets;
in ___gnet_stats_copy_basic()
322
d->
tc_stats
.bps = est.bps;
in gnet_stats_copy_rate_est()
323
d->
tc_stats
.pps = est.pps;
in gnet_stats_copy_rate_est()
397
d->
tc_stats
.drops = qstats.drops;
in gnet_stats_copy_queue()
398
d->
tc_stats
.qlen = qstats.qlen;
in gnet_stats_copy_queue()
399
d->
tc_stats
.backlog = qstats.backlog;
in gnet_stats_copy_queue()
400
d->
tc_stats
in gnet_stats_copy_queue()
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
gen_stats.h
37
struct
tc_stats
tc_stats
;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
gen_stats.h
34
struct
tc_stats
tc_stats
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
16
struct
tc_stats
{
struct
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H
A
D
pkt_sched.h
33
struct
tc_stats
{
struct
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
pkt_sched.h
34
struct
tc_stats
{
struct
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
pkt_sched.h
34
struct
tc_stats
{
struct
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
pkt_sched.h
33
struct
tc_stats
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
30
struct
tc_stats
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
pkt_sched.h
30
struct
tc_stats
{
struct
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
730
struct i40e_veb_tc_stats
tc_stats
;
member
H
A
D
i40e_main.c
549
memset(&pf->veb[i]->
tc_stats
, 0,
in i40e_pf_reset_stats()
550
sizeof(pf->veb[i]->
tc_stats
));
in i40e_pf_reset_stats()
782
veb_es = &veb->
tc_stats
;
in i40e_update_veb_stats()
H
A
D
i40e_ethtool.c
2228
* @tc: the TC statistics in VEB structure (veb->
tc_stats
)
2229
* @i: the index of traffic class in (veb->
tc_stats
) structure to copy
2231
* Copy VEB TC statistics from structure of arrays (veb->
tc_stats
) to
2335
i40e_get_veb_tc_stats(&veb->
tc_stats
, i);
in i40e_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e.h
839
struct i40e_veb_tc_stats
tc_stats
;
member
H
A
D
i40e_main.c
552
memset(&pf->veb[i]->
tc_stats
, 0,
in i40e_pf_reset_stats()
553
sizeof(pf->veb[i]->
tc_stats
));
in i40e_pf_reset_stats()
785
veb_es = &veb->
tc_stats
;
in i40e_update_veb_stats()
H
A
D
i40e_ethtool.c
2330
* @tc: the TC statistics in VEB structure (veb->
tc_stats
)
2331
* @i: the index of traffic class in (veb->
tc_stats
) structure to copy
2333
* Copy VEB TC statistics from structure of arrays (veb->
tc_stats
) to
2437
i40e_get_veb_tc_stats(&veb->
tc_stats
, i);
in i40e_get_ethtool_stats()
Completed in 71 milliseconds