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:stp_xstats
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_stp.c
58
p->
stp_xstats
.transition_blk++;
in br_set_state()
61
p->
stp_xstats
.transition_fwd++;
in br_set_state()
505
p->
stp_xstats
.rx_bpdu++;
in br_received_config_bpdu()
540
p->
stp_xstats
.rx_tcn++;
in br_received_tcn_bpdu()
H
A
D
br_stp_bpdu.c
122
p->
stp_xstats
.tx_bpdu++;
in br_send_config_bpdu()
139
p->
stp_xstats
.tx_tcn++;
in br_send_tcn_bpdu()
H
A
D
br_netlink.c
1594
(p ? nla_total_size_64bit(sizeof(p->
stp_xstats
)) : 0) +
in br_get_linkxstats_size()
1669
sizeof(p->
stp_xstats
),
in br_fill_linkxstats()
1675
memcpy(nla_data(nla), &p->
stp_xstats
, sizeof(p->
stp_xstats
));
in br_fill_linkxstats()
H
A
D
br_private.h
339
struct bridge_stp_xstats
stp_xstats
;
member
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_stp.c
64
p->
stp_xstats
.transition_blk++;
in br_set_state()
67
p->
stp_xstats
.transition_fwd++;
in br_set_state()
525
p->
stp_xstats
.rx_bpdu++;
in br_received_config_bpdu()
560
p->
stp_xstats
.rx_tcn++;
in br_received_tcn_bpdu()
H
A
D
br_stp_bpdu.c
122
p->
stp_xstats
.tx_bpdu++;
in br_send_config_bpdu()
139
p->
stp_xstats
.tx_tcn++;
in br_send_tcn_bpdu()
H
A
D
br_netlink.c
1779
(p ? nla_total_size_64bit(sizeof(p->
stp_xstats
)) : 0) +
in br_get_linkxstats_size()
1854
sizeof(p->
stp_xstats
),
in br_fill_linkxstats()
1860
memcpy(nla_data(nla), &p->
stp_xstats
, sizeof(p->
stp_xstats
));
in br_fill_linkxstats()
H
A
D
br_private.h
440
struct bridge_stp_xstats
stp_xstats
;
member
Completed in 15 milliseconds