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:iucv_msg_length
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/iucv/
H
A
D
af_iucv.c
127
*
iucv_msg_length
() - Returns the length of an iucv message.
146
static inline size_t
iucv_msg_length
(struct iucv_message *msg)
in iucv_msg_length()
function
906
* See also
iucv_msg_length
().
1166
len =
iucv_msg_length
(msg);
in iucv_process_message()
1228
skb = alloc_iucv_recv_skb(
iucv_msg_length
(&p->msg));
in iucv_process_message_q()
1722
len += SKB_TRUESIZE(
iucv_msg_length
(msg));
in iucv_callback_rx()
1726
skb = alloc_iucv_recv_skb(
iucv_msg_length
(msg));
in iucv_callback_rx()
/kernel/linux/linux-6.6/net/iucv/
H
A
D
af_iucv.c
112
*
iucv_msg_length
() - Returns the length of an iucv message.
131
static inline size_t
iucv_msg_length
(struct iucv_message *msg)
in iucv_msg_length()
function
883
* See also
iucv_msg_length
().
1148
len =
iucv_msg_length
(msg);
in iucv_process_message()
1210
skb = alloc_iucv_recv_skb(
iucv_msg_length
(&p->msg));
in iucv_process_message_q()
1703
len += SKB_TRUESIZE(
iucv_msg_length
(msg));
in iucv_callback_rx()
1707
skb = alloc_iucv_recv_skb(
iucv_msg_length
(msg));
in iucv_callback_rx()
Completed in 5 milliseconds