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:next_fi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
2081
struct fib_info *
next_fi
= fa->fa_info;
in fib_select_default()
local
2090
if (
next_fi
->fib_priority > last_prio &&
in fib_select_default()
2096
if (
next_fi
->fib_flags & RTNH_F_DEAD)
in fib_select_default()
2099
last_prio =
next_fi
->fib_priority;
in fib_select_default()
2101
if (
next_fi
->fib_scope != res->scope ||
in fib_select_default()
2105
nhc = fib_info_nhc(
next_fi
, 0);
in fib_select_default()
2112
if (
next_fi
!= res->fi)
in fib_select_default()
2121
fi =
next_fi
;
in fib_select_default()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
2065
struct fib_info *
next_fi
= fa->fa_info;
in fib_select_default()
local
2075
if (
next_fi
->fib_priority > last_prio &&
in fib_select_default()
2081
if (
next_fi
->fib_flags & RTNH_F_DEAD)
in fib_select_default()
2084
last_prio =
next_fi
->fib_priority;
in fib_select_default()
2086
if (
next_fi
->fib_scope != res->scope ||
in fib_select_default()
2090
nhc = fib_info_nhc(
next_fi
, 0);
in fib_select_default()
2097
if (
next_fi
!= res->fi)
in fib_select_default()
2106
fi =
next_fi
;
in fib_select_default()
Completed in 5 milliseconds