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:macsec_extra_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/
H
A
D
macsec.c
299
static unsigned int
macsec_extra_len
(bool sci_present)
in macsec_extra_len()
function
406
int extra_len =
macsec_extra_len
(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len;
in macsec_validate_skb()
437
#define MACSEC_NEEDED_HEADROOM (
macsec_extra_len
(true))
660
hh = skb_push(skb,
macsec_extra_len
(sci_present));
in macsec_encrypt()
884
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_decrypt_done()
1132
pulled_sci = pskb_may_pull(skb,
macsec_extra_len
(true));
in macsec_handle_frame()
1134
if (!pskb_may_pull(skb,
macsec_extra_len
(false)))
in macsec_handle_frame()
1267
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_handle_frame()
1302
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_handle_frame()
3671
unsigned int extra = macsec->secy.icv_len +
macsec_extra_len
(tru
in macsec_change_mtu()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
macsec.c
282
static unsigned int
macsec_extra_len
(bool sci_present)
in macsec_extra_len()
function
389
int extra_len =
macsec_extra_len
(!!(h->tci_an & MACSEC_TCI_SC)) + icv_len;
in macsec_validate_skb()
420
#define MACSEC_NEEDED_HEADROOM (
macsec_extra_len
(true))
632
hh = skb_push(skb,
macsec_extra_len
(sci_present));
in macsec_encrypt()
851
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_decrypt_done()
1115
pulled_sci = pskb_may_pull(skb,
macsec_extra_len
(true));
in macsec_handle_frame()
1117
if (!pskb_may_pull(skb,
macsec_extra_len
(false)))
in macsec_handle_frame()
1250
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_handle_frame()
1285
macsec_extra_len
(macsec_skb_cb(skb)->has_sci));
in macsec_handle_frame()
3642
unsigned int extra = macsec->secy.icv_len +
macsec_extra_len
(tru
in macsec_change_mtu()
[all...]
Completed in 12 milliseconds