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_nhs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
295
if (ofi->
fib_nhs
== 0)
in nh_comp()
361
val = fib_info_hashfn_1(fi->
fib_nhs
, fi->fib_protocol,
in fib_info_hashfn()
421
if (fi->
fib_nhs
!= nfi->
fib_nhs
)
in fib_find_info()
1499
fi->
fib_nhs
= nhs;
in fib_create_info()
1584
if (linkdown == fi->
fib_nhs
)
in fib_create_info()
2018
BUG_ON(!fi->
fib_nhs
);
in fib_sync_down_dev()
2044
dead = fi->
fib_nhs
;
in fib_sync_down_dev()
2049
if (dead == fi->
fib_nhs
) {
in fib_sync_down_dev()
2176
BUG_ON(!fi->
fib_nhs
);
in fib_sync_up()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
295
if (ofi->
fib_nhs
== 0)
in nh_comp()
361
val = fib_info_hashfn_1(fi->
fib_nhs
, fi->fib_protocol,
in fib_info_hashfn()
421
if (fi->
fib_nhs
!= nfi->
fib_nhs
)
in fib_find_info()
1479
fi->
fib_nhs
= nhs;
in fib_create_info()
1566
if (linkdown == fi->
fib_nhs
)
in fib_create_info()
2002
BUG_ON(!fi->
fib_nhs
);
in fib_sync_down_dev()
2028
dead = fi->
fib_nhs
;
in fib_sync_down_dev()
2033
if (dead == fi->
fib_nhs
) {
in fib_sync_down_dev()
2161
BUG_ON(!fi->
fib_nhs
);
in fib_sync_up()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
151
int
fib_nhs
;
member
H
A
D
nexthop.h
337
return fi->
fib_nhs
;
in fib_info_num_path()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
154
int
fib_nhs
;
member
H
A
D
nexthop.h
451
return fi->
fib_nhs
;
in fib_info_num_path()
Completed in 9 milliseconds