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:RTN_ROOT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6_fib.c
246
table->tb6_root.fn_flags =
RTN_ROOT
| RTN_TL_ROOT | RTN_RTINFO;
in fib6_alloc_table()
1432
sfn->fn_flags =
RTN_ROOT
;
in fib6_add()
1530
(!(fn->fn_flags & (RTN_RTINFO|
RTN_ROOT
)) ||
in fib6_add()
1605
if (fn->fn_flags &
RTN_ROOT
)
in fib6_node_lookup_1()
1750
if (fn->fn_flags &
RTN_ROOT
)
in fib6_find_prefix()
1830
|| (children && fn->fn_flags &
RTN_ROOT
)
in fib6_repair_tree()
1847
WARN_ON(!(fn->fn_flags &
RTN_ROOT
));
in fib6_repair_tree()
1851
WARN_ON(fn->fn_flags &
RTN_ROOT
);
in fib6_repair_tree()
2130
WARN_ON(!(fn->fn_flags &
RTN_ROOT
));
in fib6_walk_continue()
2383
RTN_ROOT
| RTN_TL_ROO
in fib6_net_init()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6_fib.c
247
table->tb6_root.fn_flags =
RTN_ROOT
| RTN_TL_ROOT | RTN_RTINFO;
in fib6_alloc_table()
1429
sfn->fn_flags =
RTN_ROOT
;
in fib6_add()
1527
(!(fn->fn_flags & (RTN_RTINFO|
RTN_ROOT
)) ||
in fib6_add()
1602
if (fn->fn_flags &
RTN_ROOT
)
in fib6_node_lookup_1()
1747
if (fn->fn_flags &
RTN_ROOT
)
in fib6_find_prefix()
1827
|| (children && fn->fn_flags &
RTN_ROOT
)
in fib6_repair_tree()
1844
WARN_ON(!(fn->fn_flags &
RTN_ROOT
));
in fib6_repair_tree()
1848
WARN_ON(fn->fn_flags &
RTN_ROOT
);
in fib6_repair_tree()
2127
WARN_ON(!(fn->fn_flags &
RTN_ROOT
));
in fib6_walk_continue()
2384
RTN_ROOT
| RTN_TL_ROO
in fib6_net_init()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
ip6_fib.h
381
#define
RTN_ROOT
0x0002 /* tree root node */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ip6_fib.h
374
#define
RTN_ROOT
0x0002 /* tree root node */
macro
Completed in 9 milliseconds