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:wimax_msg_send
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/wimax/
H
A
D
op-msg.c
47
*
wimax_msg_send
().
57
*
wimax_msg_send
()
91
*
wimax_msg_send
().
96
*
wimax_msg_send
() depends on skb->data being placed at the
229
*
wimax_msg_send
- Send a pre-allocated message to user space
249
*
wimax_msg_send
() depends on skb->data being placed at the
258
int
wimax_msg_send
(struct wimax_dev *wimax_dev, struct sk_buff *skb)
in wimax_msg_send()
function
271
EXPORT_SYMBOL_GPL(
wimax_msg_send
);
variable
304
result =
wimax_msg_send
(wimax_dev, skb);
in wimax_msg()
/kernel/linux/linux-5.10/include/net/
H
A
D
wimax.h
466
*
wimax_msg_send
(wimax_dev, pipe_name, skb);
480
int
wimax_msg_send
(struct wimax_dev *, struct sk_buff *);
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H
A
D
driver.c
128
result =
wimax_msg_send
(&i2400m->wimax_dev, ack_skb);
in i2400m_op_msg_from_user()
Completed in 3 milliseconds