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:ndp_len
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1164
unsigned
ndp_len
;
in ncm_unwrap_ntb()
local
1230
ndp_len
= get_unaligned_le16(tmp++);
in ncm_unwrap_ntb()
1239
if ((
ndp_len
< opts->ndp_size
in ncm_unwrap_ntb()
1241
(
ndp_len
% opts->ndplen_align != 0)) {
in ncm_unwrap_ntb()
1243
ndp_len
);
in ncm_unwrap_ntb()
1251
ndp_len
-= opts->ndp_size;
in ncm_unwrap_ntb()
1316
ndp_len
-= 2 * (opts->dgram_item_len * 2);
in ncm_unwrap_ntb()
1321
} while (
ndp_len
> 2 * (opts->dgram_item_len * 2));
in ncm_unwrap_ntb()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
options.c
321
const int
ndp_len
= dccp_ndp_len(ndp);
in dccp_insert_option_ndp()
local
322
const int len =
ndp_len
+ 2;
in dccp_insert_option_ndp()
332
dccp_encode_value_var(ndp, ptr,
ndp_len
);
in dccp_insert_option_ndp()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
options.c
321
const int
ndp_len
= dccp_ndp_len(ndp);
in dccp_insert_option_ndp()
local
322
const int len =
ndp_len
+ 2;
in dccp_insert_option_ndp()
332
dccp_encode_value_var(ndp, ptr,
ndp_len
);
in dccp_insert_option_ndp()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1188
unsigned
ndp_len
;
in ncm_unwrap_ntb()
local
1254
ndp_len
= get_unaligned_le16(tmp++);
in ncm_unwrap_ntb()
1263
if ((
ndp_len
< opts->ndp_size
in ncm_unwrap_ntb()
1265
(
ndp_len
% opts->ndplen_align != 0)) {
in ncm_unwrap_ntb()
1267
ndp_len
);
in ncm_unwrap_ntb()
1275
ndp_len
-= opts->ndp_size;
in ncm_unwrap_ntb()
1340
ndp_len
-= 2 * (opts->dgram_item_len * 2);
in ncm_unwrap_ntb()
1345
} while (
ndp_len
> 2 * (opts->dgram_item_len * 2));
in ncm_unwrap_ntb()
Completed in 7 milliseconds