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:IP6_OFFSET
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6_frag.h
122
if (offset < 0 || (frag_off & htons(
IP6_OFFSET
)))
in ipv6frag_thdr_truncated()
H
A
D
ipv6.h
152
#define
IP6_OFFSET
0xFFF8
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6_frag.h
124
if (offset < 0 || (frag_off & htons(
IP6_OFFSET
)))
in ipv6frag_thdr_truncated()
H
A
D
ipv6.h
166
#define
IP6_OFFSET
0xFFF8
macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
41
#define
IP6_OFFSET
0xFFF8
macro
363
if (!(fragh->frag_off & bpf_htons(
IP6_OFFSET
))) {
in IPV6FR()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
42
#define
IP6_OFFSET
0xFFF8
macro
377
if (!(fragh->frag_off & bpf_htons(
IP6_OFFSET
))) {
in IPV6FR()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
reassembly.c
346
if (!(fhdr->frag_off & htons(
IP6_OFFSET
| IP6_MF))) {
in ipv6_frag_rcv()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
reassembly.c
352
if (!(fhdr->frag_off & htons(
IP6_OFFSET
| IP6_MF))) {
in ipv6_frag_rcv()
/kernel/linux/linux-5.10/net/core/
H
A
D
flow_dissector.c
1332
if (!(fh->frag_off & htons(
IP6_OFFSET
))) {
in __skb_flow_dissect()
H
A
D
skbuff.c
5037
if (hp->frag_off & htons(
IP6_OFFSET
| IP6_MF))
in skb_checksum_setup_ipv6()
/kernel/linux/linux-6.6/net/core/
H
A
D
flow_dissector.c
1553
if (!(fh->frag_off & htons(
IP6_OFFSET
))) {
in __skb_flow_dissect()
H
A
D
skbuff.c
5571
if (hp->frag_off & htons(
IP6_OFFSET
| IP6_MF))
in skb_checksum_setup_ipv6()
Completed in 41 milliseconds