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:nsim_secy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
macsec.c
16
if (ns->macsec.
nsim_secy
[i].sci == sci)
in nsim_macsec_find_secy()
23
static int nsim_macsec_find_rxsc(struct
nsim_secy
*ns_secy, sci_t sci)
in nsim_macsec_find_rxsc()
44
if (!ns->macsec.
nsim_secy
[idx].used)
in nsim_macsec_add_secy()
56
ns->macsec.
nsim_secy
[idx].used = true;
in nsim_macsec_add_secy()
57
ns->macsec.
nsim_secy
[idx].nsim_rxsc_count = 0;
in nsim_macsec_add_secy()
58
ns->macsec.
nsim_secy
[idx].sci = ctx->secy->sci;
in nsim_macsec_add_secy()
97
ns->macsec.
nsim_secy
[idx].used = false;
in nsim_macsec_del_secy()
98
memset(&ns->macsec.
nsim_secy
[idx], 0, sizeof(ns->macsec.
nsim_secy
[idx]));
in nsim_macsec_del_secy()
107
struct
nsim_secy
*sec
in nsim_macsec_add_rxsc()
[all...]
H
A
D
netdevsim.h
64
struct
nsim_secy
{
struct
72
struct
nsim_secy
nsim_secy
[NSIM_MACSEC_MAX_SECY_COUNT];
member
Completed in 2 milliseconds