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:new_beacon
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
cfg.c
3465
struct cfg80211_beacon_data *
new_beacon
;
in cfg80211_beacon_dup()
local
3478
new_beacon
= kzalloc(sizeof(*
new_beacon
) + len, GFP_KERNEL);
in cfg80211_beacon_dup()
3479
if (!
new_beacon
)
in cfg80211_beacon_dup()
3483
new_beacon
->mbssid_ies =
in cfg80211_beacon_dup()
3484
kzalloc(struct_size(
new_beacon
->mbssid_ies,
in cfg80211_beacon_dup()
3487
if (!
new_beacon
->mbssid_ies) {
in cfg80211_beacon_dup()
3488
kfree(
new_beacon
);
in cfg80211_beacon_dup()
3493
new_beacon
->rnr_ies =
in cfg80211_beacon_dup()
3494
kzalloc(struct_size(
new_beacon
in cfg80211_beacon_dup()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
cfg.c
3066
struct cfg80211_beacon_data *
new_beacon
;
in cfg80211_beacon_dup()
local
3074
new_beacon
= kzalloc(sizeof(*
new_beacon
) + len, GFP_KERNEL);
in cfg80211_beacon_dup()
3075
if (!
new_beacon
)
in cfg80211_beacon_dup()
3078
pos = (u8 *)(
new_beacon
+ 1);
in cfg80211_beacon_dup()
3080
new_beacon
->head_len = beacon->head_len;
in cfg80211_beacon_dup()
3081
new_beacon
->head = pos;
in cfg80211_beacon_dup()
3086
new_beacon
->tail_len = beacon->tail_len;
in cfg80211_beacon_dup()
3087
new_beacon
->tail = pos;
in cfg80211_beacon_dup()
3092
new_beacon
in cfg80211_beacon_dup()
[all...]
Completed in 9 milliseconds