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:RTNH_F_ONLINK
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
in_route.h
8
#define RTCF_ONLINK
RTNH_F_ONLINK
H
A
D
rtnetlink.h
398
#define
RTNH_F_ONLINK
4 /* Gateway is forced on link */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
in_route.h
8
#define RTCF_ONLINK
RTNH_F_ONLINK
H
A
D
rtnetlink.h
420
#define
RTNH_F_ONLINK
4 /* Gateway is forced on link */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
in_route.h
22
#define RTCF_ONLINK
RTNH_F_ONLINK
H
A
D
rtnetlink.h
295
#define
RTNH_F_ONLINK
4
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
in_route.h
22
#define RTCF_ONLINK
RTNH_F_ONLINK
H
A
D
rtnetlink.h
295
#define
RTNH_F_ONLINK
4
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
in_route.h
9
#define RTCF_ONLINK
RTNH_F_ONLINK
H
A
D
rtnetlink.h
263
#define
RTNH_F_ONLINK
4
macro
/kernel/linux/linux-5.10/include/net/
H
A
D
nexthop.h
20
#define NEXTHOP_VALID_USER_FLAGS
RTNH_F_ONLINK
/kernel/linux/linux-6.6/include/net/
H
A
D
nexthop.h
20
#define NEXTHOP_VALID_USER_FLAGS
RTNH_F_ONLINK
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_semantics.c
1125
if (nh->fib_nh_flags &
RTNH_F_ONLINK
) {
in fib_check_nh_v4_gw()
1218
if (nh->fib_nh_flags & (RTNH_F_PERVASIVE |
RTNH_F_ONLINK
)) {
in fib_check_nh_nongw()
1705
*flags |= (nhc->nhc_flags &
RTNH_F_ONLINK
);
in fib_nexthop_info()
H
A
D
nexthop.c
696
if (nhi->fib_nhc.nhc_flags &
RTNH_F_ONLINK
&& scope >= RT_SCOPE_LINK) {
in nexthop_check_scope()
1642
if (cfg->nh_flags &
RTNH_F_ONLINK
) {
in rtm_to_nh_config()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_semantics.c
1127
if (nh->fib_nh_flags &
RTNH_F_ONLINK
) {
in fib_check_nh_v4_gw()
1220
if (nh->fib_nh_flags & (RTNH_F_PERVASIVE |
RTNH_F_ONLINK
)) {
in fib_check_nh_nongw()
1688
(
RTNH_F_ONLINK
| RTNH_F_OFFLOAD | RTNH_F_TRAP));
in fib_nexthop_info()
H
A
D
nexthop.c
1359
if (nhi->fib_nhc.nhc_flags &
RTNH_F_ONLINK
&& scope >= RT_SCOPE_LINK) {
in nexthop_check_scope()
2919
if (cfg->nh_flags &
RTNH_F_ONLINK
) {
in rtm_to_nh_config()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
3362
if (cfg->fc_flags &
RTNH_F_ONLINK
)
in ip6_validate_gw()
3440
if (cfg->fc_flags &
RTNH_F_ONLINK
) {
in fib6_nh_init()
3453
fib6_nh->fib_nh_flags |=
RTNH_F_ONLINK
;
in fib6_nh_init()
4949
cfg->fc_flags |= (rtm->rtm_flags &
RTNH_F_ONLINK
);
in rtm_to_fib6_config()
5195
r_cfg.fc_flags |= (rtnh->rtnh_flags &
RTNH_F_ONLINK
);
in ip6_route_multipath_add()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
3459
if (cfg->fc_flags &
RTNH_F_ONLINK
)
in ip6_validate_gw()
3540
if (cfg->fc_flags &
RTNH_F_ONLINK
) {
in fib6_nh_init()
3553
fib6_nh->fib_nh_flags |=
RTNH_F_ONLINK
;
in fib6_nh_init()
5042
cfg->fc_flags |= (rtm->rtm_flags &
RTNH_F_ONLINK
);
in rtm_to_fib6_config()
5288
r_cfg.fc_flags |= (rtnh->rtnh_flags &
RTNH_F_ONLINK
);
in ip6_route_multipath_add()
Completed in 39 milliseconds