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:n_rx_sc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
macsec.h
219
* @
n_rx_sc
: number of receive secure channels configured on this SecY
234
unsigned int
n_rx_sc
;
member
314
(secy->
n_rx_sc
> 1 && !tx_sc->end_station && !tx_sc->scb);
in macsec_send_sci()
/kernel/linux/linux-5.10/include/net/
H
A
D
macsec.h
201
* @
n_rx_sc
: number of receive secure channels configured on this SecY
216
unsigned int
n_rx_sc
;
member
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
263
(secy->
n_rx_sc
> 1 && !tx_sc->end_station && !tx_sc->scb);
in send_sci()
1422
secy->
n_rx_sc
--;
in del_rx_sc()
1464
secy->
n_rx_sc
++;
in create_rx_sc()
2561
prev_n_rx_sc = secy->
n_rx_sc
;
in macsec_upd_rxsc()
2566
secy->
n_rx_sc
+= new ? 1 : -1;
in macsec_upd_rxsc()
2595
secy->
n_rx_sc
= prev_n_rx_sc;
in macsec_upd_rxsc()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
1405
secy->
n_rx_sc
--;
in del_rx_sc()
1447
secy->
n_rx_sc
++;
in create_rx_sc()
2530
prev_n_rx_sc = secy->
n_rx_sc
;
in macsec_upd_rxsc()
2535
secy->
n_rx_sc
+= new ? 1 : -1;
in macsec_upd_rxsc()
2564
secy->
n_rx_sc
= prev_n_rx_sc;
in macsec_upd_rxsc()
Completed in 13 milliseconds