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:fib_nh_scope
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
303
nh->
fib_nh_scope
!= onh->
fib_nh_scope
||
in nh_comp()
1067
nh->
fib_nh_scope
= RT_SCOPE_LINK;
in fib_check_nh_v6_gw()
1150
nh->
fib_nh_scope
= RT_SCOPE_LINK;
in fib_check_nh_v4_gw()
1195
nh->
fib_nh_scope
= res.scope;
in fib_check_nh_v4_gw()
1238
nh->
fib_nh_scope
= RT_SCOPE_LINK;
in fib_check_nh_nongw()
1567
nh->
fib_nh_scope
= RT_SCOPE_NOWHERE;
in fib_create_info()
2027
nexthop_nh->
fib_nh_scope
!= scope) {
in fib_sync_down_dev()
2214
if (nh->
fib_nh_scope
== RT_SCOPE_LINK) {
in fib_good_nh()
H
A
D
nexthop.c
1350
!fib_nh->
fib_nh_scope
? 0 : fib_nh->
fib_nh_scope
- 1);
in nh_create_ipv4()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
303
nh->
fib_nh_scope
!= onh->
fib_nh_scope
||
in nh_comp()
1069
nh->
fib_nh_scope
= RT_SCOPE_LINK;
in fib_check_nh_v6_gw()
1152
nh->
fib_nh_scope
= RT_SCOPE_LINK;
in fib_check_nh_v4_gw()
1197
nh->
fib_nh_scope
= res.scope;
in fib_check_nh_v4_gw()
1240
nh->
fib_nh_scope
= RT_SCOPE_HOST;
in fib_check_nh_nongw()
1547
nh->
fib_nh_scope
= RT_SCOPE_NOWHERE;
in fib_create_info()
2011
nexthop_nh->
fib_nh_scope
!= scope) {
in fib_sync_down_dev()
2199
if (nh->
fib_nh_scope
== RT_SCOPE_LINK) {
in fib_good_nh()
H
A
D
nexthop.c
2560
!fib_nh->
fib_nh_scope
? 0 : fib_nh->
fib_nh_scope
- 1);
in nh_create_ipv4()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
117
#define
fib_nh_scope
nh_common.nhc_scope
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
120
#define
fib_nh_scope
nh_common.nhc_scope
macro
Completed in 15 milliseconds