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:OutPktsProtected
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
macsec.h
80
__u32
OutPktsProtected
;
member
85
__u64
OutPktsProtected
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
macsec.h
96
__u32
OutPktsProtected
;
member
101
__u64
OutPktsProtected
;
member
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
535
txsc_stats->stats.
OutPktsProtected
++;
in macsec_count_tx()
536
this_cpu_inc(tx_sa->stats->
OutPktsProtected
);
in macsec_count_tx()
2736
sum->
OutPktsProtected
+= stats->
OutPktsProtected
;
in get_tx_sa_stats()
2744
sum->
OutPktsProtected
) ||
in copy_tx_sa_stats()
2920
sum->
OutPktsProtected
+= tmp.
OutPktsProtected
;
in get_tx_sc_stats()
2930
sum->
OutPktsProtected
,
in copy_tx_sc_stats()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
513
txsc_stats->stats.
OutPktsProtected
++;
in macsec_count_tx()
514
this_cpu_inc(tx_sa->stats->
OutPktsProtected
);
in macsec_count_tx()
2699
sum->
OutPktsProtected
+= stats->
OutPktsProtected
;
in get_tx_sa_stats()
2707
sum->
OutPktsProtected
) ||
in copy_tx_sa_stats()
2883
sum->
OutPktsProtected
+= tmp.
OutPktsProtected
;
in get_tx_sc_stats()
2893
sum->
OutPktsProtected
,
in copy_tx_sc_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1085
ctx->stats.tx_sc_stats->
OutPktsProtected
= stats->sc_protected_pkts;
in aq_mdo_get_tx_sc_stats()
1121
ctx->stats.tx_sa_stats->
OutPktsProtected
= stats->sa_protected_pkts;
in aq_mdo_get_tx_sa_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1037
ctx->stats.tx_sc_stats->
OutPktsProtected
= stats->sc_protected_pkts;
in aq_mdo_get_tx_sc_stats()
1070
ctx->stats.tx_sa_stats->
OutPktsProtected
= stats->sa_protected_pkts;
in aq_mdo_get_tx_sa_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k_macsec.c
1618
ctx->stats.tx_sc_stats->
OutPktsProtected
= rsp.pkt_protected_cnt;
in cn10k_mdo_get_tx_sc_stats()
1643
ctx->stats.tx_sa_stats->
OutPktsProtected
= rsp.pkt_protected_cnt;
in cn10k_mdo_get_tx_sa_stats()
Completed in 18 milliseconds