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:tci_an
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
35
u8
tci_an
;
member
311
memset(&h->
tci_an
, 0, macsec_sectag_len(sci_present));
in macsec_fill_sectag()
315
h->
tci_an
|= MACSEC_TCI_SC;
in macsec_fill_sectag()
320
h->
tci_an
|= MACSEC_TCI_ES;
in macsec_fill_sectag()
322
h->
tci_an
|= MACSEC_TCI_SCB;
in macsec_fill_sectag()
329
h->
tci_an
|= MACSEC_TCI_CONFID;
in macsec_fill_sectag()
331
h->
tci_an
|= MACSEC_TCI_C;
in macsec_fill_sectag()
333
h->
tci_an
|= tx_sc->encoding_sa;
in macsec_fill_sectag()
406
int extra_len = macsec_extra_len(!!(h->
tci_an
& MACSEC_TCI_SC)) + icv_len;
in macsec_validate_skb()
415
if (h->
tci_an
in macsec_validate_skb()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
34
u8
tci_an
;
member
294
memset(&h->
tci_an
, 0, macsec_sectag_len(sci_present));
in macsec_fill_sectag()
298
h->
tci_an
|= MACSEC_TCI_SC;
in macsec_fill_sectag()
303
h->
tci_an
|= MACSEC_TCI_ES;
in macsec_fill_sectag()
305
h->
tci_an
|= MACSEC_TCI_SCB;
in macsec_fill_sectag()
312
h->
tci_an
|= MACSEC_TCI_CONFID;
in macsec_fill_sectag()
314
h->
tci_an
|= MACSEC_TCI_C;
in macsec_fill_sectag()
316
h->
tci_an
|= tx_sc->encoding_sa;
in macsec_fill_sectag()
389
int extra_len = macsec_extra_len(!!(h->
tci_an
& MACSEC_TCI_SC)) + icv_len;
in macsec_validate_skb()
398
if (h->
tci_an
in macsec_validate_skb()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
H
A
D
macsec_fs.c
57
u8
tci_an
;
member
623
sectag.
tci_an
|= MACSEC_TCI_SC;
in macsec_fs_tx_create_sectag_header()
628
sectag.
tci_an
|= MACSEC_TCI_ES;
in macsec_fs_tx_create_sectag_header()
630
sectag.
tci_an
|= MACSEC_TCI_SCB;
in macsec_fs_tx_create_sectag_header()
635
sectag.
tci_an
|= MACSEC_TCI_CONFID;
in macsec_fs_tx_create_sectag_header()
637
sectag.
tci_an
|= MACSEC_TCI_C;
in macsec_fs_tx_create_sectag_header()
639
sectag.
tci_an
|= tx_sc->encoding_sa;
in macsec_fs_tx_create_sectag_header()
1685
u8
tci_an
= (sci_present << MLX5_MACSEC_SECTAG_TCI_SC_FIELD_OFFSET) | attrs->assoc_num;
in macsec_fs_rx_setup_fte()
local
1701
tci_an
<< MLX5_MACSEC_SECTAG_TCI_AN_FIELD_OFFSET);
in macsec_fs_rx_setup_fte()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
pdb.h
312
u8
tci_an
;
member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
pdb.h
312
u8
tci_an
;
member
Completed in 12 milliseconds