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:qos_tid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
wpa.c
319
u8
qos_tid
;
in ccmp_special_blocks()
local
341
qos_tid
= ieee80211_get_tid(hdr);
in ccmp_special_blocks()
343
qos_tid
= 0;
in ccmp_special_blocks()
357
b_0[1] =
qos_tid
| (mgmt << 4);
in ccmp_special_blocks()
373
aad[30] =
qos_tid
;
in ccmp_special_blocks()
377
aad[24] =
qos_tid
;
in ccmp_special_blocks()
576
u8
qos_tid
;
in gcmp_special_blocks()
local
607
qos_tid
= ieee80211_get_tid(hdr);
in gcmp_special_blocks()
609
qos_tid
= 0;
in gcmp_special_blocks()
613
aad[30] =
qos_tid
;
in gcmp_special_blocks()
860
u8
qos_tid
;
ieee80211_crypto_cs_decrypt()
local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
wpa.c
315
* Calculate AAD for CCMP/GCMP, returning
qos_tid
since we
323
u8
qos_tid
;
in ccmp_gcmp_aad()
local
343
qos_tid
= ieee80211_get_tid(hdr);
in ccmp_gcmp_aad()
347
qos_tid
= 0;
in ccmp_gcmp_aad()
362
aad[30] =
qos_tid
;
in ccmp_gcmp_aad()
366
aad[24] =
qos_tid
;
in ccmp_gcmp_aad()
369
return
qos_tid
;
in ccmp_gcmp_aad()
375
u8
qos_tid
= ccmp_gcmp_aad(skb, aad);
in ccmp_special_blocks()
local
389
b_0[1] =
qos_tid
| (ieee80211_is_mgmt(hdr->frame_control) << 4);
in ccmp_special_blocks()
Completed in 3 milliseconds