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:OutPktsEncrypted
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
macsec.h
81
__u32
OutPktsEncrypted
;
member
86
__u64
OutPktsEncrypted
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
macsec.h
97
__u32
OutPktsEncrypted
;
member
102
__u64
OutPktsEncrypted
;
member
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
531
txsc_stats->stats.
OutPktsEncrypted
++;
in macsec_count_tx()
532
this_cpu_inc(tx_sa->stats->
OutPktsEncrypted
);
in macsec_count_tx()
2737
sum->
OutPktsEncrypted
+= stats->
OutPktsEncrypted
;
in get_tx_sa_stats()
2746
sum->
OutPktsEncrypted
))
in copy_tx_sa_stats()
2921
sum->
OutPktsEncrypted
+= tmp.
OutPktsEncrypted
;
in get_tx_sc_stats()
2933
sum->
OutPktsEncrypted
,
in copy_tx_sc_stats()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
509
txsc_stats->stats.
OutPktsEncrypted
++;
in macsec_count_tx()
510
this_cpu_inc(tx_sa->stats->
OutPktsEncrypted
);
in macsec_count_tx()
2700
sum->
OutPktsEncrypted
+= stats->
OutPktsEncrypted
;
in get_tx_sa_stats()
2709
sum->
OutPktsEncrypted
))
in copy_tx_sa_stats()
2884
sum->
OutPktsEncrypted
+= tmp.
OutPktsEncrypted
;
in get_tx_sc_stats()
2896
sum->
OutPktsEncrypted
,
in copy_tx_sc_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1086
ctx->stats.tx_sc_stats->
OutPktsEncrypted
= stats->sc_encrypted_pkts;
in aq_mdo_get_tx_sc_stats()
1122
ctx->stats.tx_sa_stats->
OutPktsEncrypted
= stats->sa_encrypted_pkts;
in aq_mdo_get_tx_sa_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_macsec.c
1038
ctx->stats.tx_sc_stats->
OutPktsEncrypted
= stats->sc_encrypted_pkts;
in aq_mdo_get_tx_sc_stats()
1071
ctx->stats.tx_sa_stats->
OutPktsEncrypted
= stats->sa_encrypted_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
1619
ctx->stats.tx_sc_stats->
OutPktsEncrypted
= rsp.pkt_encrypt_cnt;
in cn10k_mdo_get_tx_sc_stats()
1644
ctx->stats.tx_sa_stats->
OutPktsEncrypted
= rsp.pkt_encrypt_cnt;
in cn10k_mdo_get_tx_sa_stats()
Completed in 19 milliseconds