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:FRAG_HLEN
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.c
34
#define
FRAG_HLEN
8
macro
140
uint8_t *frag_start = ipv6 ? ip_frame + IP6_HLEN +
FRAG_HLEN
:
in send_fragment()
161
frag_len =
FRAG_HLEN
+ payload_len - payload_offset;
in send_fragment()
164
frag_len =
FRAG_HLEN
+ max_frag_len;
in send_fragment()
170
frag_len -
FRAG_HLEN
- UDP_HLEN);
in send_fragment()
173
frag_len -
FRAG_HLEN
);
in send_fragment()
375
rand() % (1500 -
FRAG_HLEN
- min_frag_len);
in run_test()
390
} while (max_frag_len < (1500 -
FRAG_HLEN
) &&
in run_test()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ip_defrag.c
34
#define
FRAG_HLEN
8
macro
140
uint8_t *frag_start = ipv6 ? ip_frame + IP6_HLEN +
FRAG_HLEN
:
in send_fragment()
161
frag_len =
FRAG_HLEN
+ payload_len - payload_offset;
in send_fragment()
164
frag_len =
FRAG_HLEN
+ max_frag_len;
in send_fragment()
170
frag_len -
FRAG_HLEN
- UDP_HLEN);
in send_fragment()
173
frag_len -
FRAG_HLEN
);
in send_fragment()
375
rand() % (1500 -
FRAG_HLEN
- min_frag_len);
in run_test()
390
} while (max_frag_len < (1500 -
FRAG_HLEN
) &&
in run_test()
Completed in 3 milliseconds