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_RES_NHC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_fib.h
204
#define
FIB_RES_NHC
(res) ((res).nhc)
macro
205
#define FIB_RES_DEV(res) (
FIB_RES_NHC
(res)->nhc_dev)
206
#define FIB_RES_OIF(res) (
FIB_RES_NHC
(res)->nhc_oif)
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_fib.h
207
#define
FIB_RES_NHC
(res) ((res).nhc)
macro
208
#define FIB_RES_DEV(res) (
FIB_RES_NHC
(res)->nhc_dev)
209
#define FIB_RES_OIF(res) (
FIB_RES_NHC
(res)->nhc_oif)
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
route.c
823
nhc =
FIB_RES_NHC
(res);
in __ip_do_redirect()
1069
nhc =
FIB_RES_NHC
(res);
in __ip_rt_update_pmtu()
1612
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in rt_set_nexthop()
1833
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in __mkroute_input()
2280
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in ip_route_input_slow()
2310
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in ip_route_input_slow()
2490
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in __mkroute_output()
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()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
route.c
794
nhc =
FIB_RES_NHC
(res);
in __ip_do_redirect()
1050
nhc =
FIB_RES_NHC
(res);
in __ip_rt_update_pmtu()
1579
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in rt_set_nexthop()
1795
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in __mkroute_input()
2360
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in ip_route_input_slow()
2389
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in ip_route_input_slow()
2569
struct fib_nh_common *nhc =
FIB_RES_NHC
(*res);
in __mkroute_output()
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()
Completed in 16 milliseconds