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:fopt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_flowlabel.c
314
struct ipv6_txoptions *
fopt
)
in fl6_merge_options()
318
if (!
fopt
||
fopt
->opt_flen == 0)
in fl6_merge_options()
327
if (
fopt
->opt_nflen == 0)
in fl6_merge_options()
328
return
fopt
;
in fl6_merge_options()
334
opt_space->dst1opt =
fopt
->dst1opt;
in fl6_merge_options()
335
opt_space->opt_flen =
fopt
->opt_flen;
in fl6_merge_options()
336
opt_space->tot_len =
fopt
->tot_len;
in fl6_merge_options()
312
fl6_merge_options(struct ipv6_txoptions *opt_space, struct ip6_flowlabel *fl, struct ipv6_txoptions *
fopt
)
fl6_merge_options()
argument
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_flowlabel.c
317
struct ipv6_txoptions *
fopt
)
in fl6_merge_options()
321
if (!
fopt
||
fopt
->opt_flen == 0)
in fl6_merge_options()
330
if (
fopt
->opt_nflen == 0)
in fl6_merge_options()
331
return
fopt
;
in fl6_merge_options()
337
opt_space->dst1opt =
fopt
->dst1opt;
in fl6_merge_options()
338
opt_space->opt_flen =
fopt
->opt_flen;
in fl6_merge_options()
339
opt_space->tot_len =
fopt
->tot_len;
in fl6_merge_options()
315
fl6_merge_options(struct ipv6_txoptions *opt_space, struct ip6_flowlabel *fl, struct ipv6_txoptions *
fopt
)
fl6_merge_options()
argument
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cbq.c
1113
static int cbq_set_fopt(struct cbq_class *cl, struct tc_cbq_fopt *
fopt
)
in cbq_set_fopt()
argument
1115
cbq_change_defmap(cl,
fopt
->split,
fopt
->defmap,
fopt
->defchange);
in cbq_set_fopt()
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
410
struct ipv6_txoptions *
fopt
);
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
424
struct ipv6_txoptions *
fopt
);
Completed in 9 milliseconds