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:nhc_scope
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
83
unsigned char
nhc_scope
;
member
117
#define fib_nh_scope nh_common.
nhc_scope
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
85
unsigned char
nhc_scope
;
member
120
#define fib_nh_scope nh_common.
nhc_scope
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
nexthop.c
275
nhm->nh_scope = nhi->fib_nhc.
nhc_scope
;
in nh_fill_node()
1415
nhi->fib_nhc.
nhc_scope
= RT_SCOPE_LINK;
in nexthop_create()
H
A
D
fib_frontend.c
392
ret = FIB_RES_NHC(res)->
nhc_scope
>= RT_SCOPE_LINK;
in __fib_validate_source()
404
ret = FIB_RES_NHC(res)->
nhc_scope
>= RT_SCOPE_LINK;
in __fib_validate_source()
H
A
D
route.c
1614
if (nhc->nhc_gw_family && nhc->
nhc_scope
== RT_SCOPE_LINK) {
in rt_set_nexthop()
2502
nhc->
nhc_scope
== RT_SCOPE_LINK))) {
in __mkroute_output()
H
A
D
fib_semantics.c
2106
if (!nhc->nhc_gw_family || nhc->
nhc_scope
!= RT_SCOPE_LINK)
in fib_select_default()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_frontend.c
392
ret = FIB_RES_NHC(res)->
nhc_scope
>= RT_SCOPE_HOST;
in __fib_validate_source()
404
ret = FIB_RES_NHC(res)->
nhc_scope
>= RT_SCOPE_HOST;
in __fib_validate_source()
H
A
D
route.c
1581
if (nhc->nhc_gw_family && nhc->
nhc_scope
== RT_SCOPE_LINK) {
in rt_set_nexthop()
2581
nhc->
nhc_scope
== RT_SCOPE_LINK))) {
in __mkroute_output()
H
A
D
nexthop.c
743
nhm->nh_scope = nhi->fib_nhc.
nhc_scope
;
in nh_fill_node()
2625
nhi->fib_nhc.
nhc_scope
= RT_SCOPE_LINK;
in nexthop_create()
H
A
D
fib_semantics.c
2091
if (!nhc->nhc_gw_family || nhc->
nhc_scope
!= RT_SCOPE_LINK)
in fib_select_default()
Completed in 29 milliseconds