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:destopt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ah6.c
147
* @
destopt
: destionation options header
149
static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *
destopt
)
in ipv6_rearrange_destopt()
argument
151
u8 *opt = (u8 *)
destopt
;
in ipv6_rearrange_destopt()
152
int len = ipv6_optlen(
destopt
);
in ipv6_rearrange_destopt()
183
net_warn_ratelimited("
destopt
hao: invalid header length: %u\n",
in ipv6_rearrange_destopt()
202
static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *
destopt
) {}
in ipv6_rearrange_destopt()
argument
H
A
D
mip6.c
122
struct ipv6_destopt_hdr *
destopt
= (struct ipv6_destopt_hdr *)skb->data;
in mip6_destopt_input()
local
123
int err =
destopt
->nexthdr;
in mip6_destopt_input()
475
pr_info("%s: can't add xfrm type(
destopt
)\n", __func__);
in mip6_init()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ah6.c
147
* @
destopt
: destionation options header
149
static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *
destopt
)
in ipv6_rearrange_destopt()
argument
151
u8 *opt = (u8 *)
destopt
;
in ipv6_rearrange_destopt()
152
int len = ipv6_optlen(
destopt
);
in ipv6_rearrange_destopt()
182
net_warn_ratelimited("
destopt
hao: invalid header length: %u\n",
in ipv6_rearrange_destopt()
199
static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *
destopt
) {}
in ipv6_rearrange_destopt()
argument
H
A
D
mip6.c
122
struct ipv6_destopt_hdr *
destopt
= (struct ipv6_destopt_hdr *)skb->data;
in mip6_destopt_input()
local
123
int err =
destopt
->nexthdr;
in mip6_destopt_input()
374
pr_info("%s: can't add xfrm type(
destopt
)\n", __func__);
in mip6_init()
Completed in 4 milliseconds