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:RTF_GATEWAY
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
route.h
34
struct sockaddr rt_gateway; /* gateway addr (
RTF_GATEWAY
) */
52
#define
RTF_GATEWAY
0x0002 /* destination is a gateway */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
route.h
34
struct sockaddr rt_gateway; /* gateway addr (
RTF_GATEWAY
) */
52
#define
RTF_GATEWAY
0x0002 /* destination is a gateway */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
route.h
40
#define
RTF_GATEWAY
0x0002
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
route.h
40
#define
RTF_GATEWAY
0x0002
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
route.h
29
#define
RTF_GATEWAY
0x0002
macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_ipv6_route.c
42
flags |=
RTF_GATEWAY
;
in dump_ipv6_route()
H
A
D
bpf_tracing_net.h
15
#define
RTF_GATEWAY
0x0002
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_iter_ipv6_route.c
41
flags |=
RTF_GATEWAY
;
in dump_ipv6_route()
H
A
D
bpf_tracing_net.h
61
#define
RTF_GATEWAY
0x0002
macro
/kernel/linux/common_modules/newip/examples/
H
A
D
nip_route_cfg_demo.c
49
rt.rtmsg_flags |=
RTF_GATEWAY
;
in nip_route_add()
H
A
D
nip_route.c
46
rt.rtmsg_flags |=
RTF_GATEWAY
;
in nip_route_add()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
route.c
141
if (rt->rt_flags &
RTF_GATEWAY
)
in nip_nexthop()
537
if (cfg->fc_flags &
RTF_GATEWAY
)
in nip_route_info_create()
665
if (cfg.fc_flags &
RTF_GATEWAY
) {
in nip_route_ioctl()
717
if (rt->rt_flags &
RTF_GATEWAY
)
in nip_choose_neigh_daddr()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip6_route.h
258
!(rt->rt6i_flags & (
RTF_GATEWAY
| RTF_NONEXTHOP)) &&
in ipv6_anycast_destination()
296
if (rt->rt6i_flags &
RTF_GATEWAY
)
in rt6_nexthop()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip6_route.h
255
!(rt->rt6i_flags & (
RTF_GATEWAY
| RTF_NONEXTHOP)) &&
in ipv6_anycast_destination()
293
if (rt->rt6i_flags &
RTF_GATEWAY
)
in rt6_nexthop()
/kernel/linux/linux-5.10/net/appletalk/
H
A
D
ddp.c
588
(!(tmp->flags&
RTF_GATEWAY
) ||
in atrtr_delete()
1360
if (rt->flags &
RTF_GATEWAY
) {
in atalk_route_packet()
1646
(dev->flags & IFF_LOOPBACK || !(rt->flags &
RTF_GATEWAY
))) {
in atalk_sendmsg()
1699
!(rt->flags &
RTF_GATEWAY
) && !(dev->flags & IFF_LOOPBACK)) {
in atalk_sendmsg()
1728
if (rt->flags &
RTF_GATEWAY
) {
in atalk_sendmsg()
/kernel/linux/linux-6.6/net/appletalk/
H
A
D
ddp.c
588
(!(tmp->flags&
RTF_GATEWAY
) ||
in atrtr_delete()
1360
if (rt->flags &
RTF_GATEWAY
) {
in atalk_route_packet()
1647
(dev->flags & IFF_LOOPBACK || !(rt->flags &
RTF_GATEWAY
))) {
in atalk_sendmsg()
1700
!(rt->flags &
RTF_GATEWAY
) && !(dev->flags & IFF_LOOPBACK)) {
in atalk_sendmsg()
1729
if (rt->flags &
RTF_GATEWAY
) {
in atalk_sendmsg()
/kernel/linux/linux-5.10/net/ipv6/ila/
H
A
D
ila_lwt.c
54
if (rt->rt6i_flags & (
RTF_GATEWAY
| RTF_CACHE)) {
in ila_output()
/kernel/linux/linux-6.6/net/ipv6/ila/
H
A
D
ila_lwt.c
54
if (rt->rt6i_flags & (
RTF_GATEWAY
| RTF_CACHE)) {
in ila_output()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
1131
rt->rt6i_flags |=
RTF_GATEWAY
;
in ip6_rt_copy_init()
2039
#define RTF_CACHE_GATEWAY (
RTF_GATEWAY
| RTF_CACHE)
2099
if (rt->rt6i_flags &
RTF_GATEWAY
) {
in rt6_age_examine_exception()
3480
if (cfg->fc_flags &
RTF_GATEWAY
) {
in fib6_nh_init()
3694
rt->fib6_flags = cfg->fc_flags & ~
RTF_GATEWAY
;
in ip6_route_info_create()
3886
if (cfg->fc_flags &
RTF_GATEWAY
&&
in __ip6_del_cached_rt()
4003
if (cfg->fc_flags &
RTF_GATEWAY
&&
in ip6_route_del()
4011
if (cfg->fc_flags &
RTF_GATEWAY
)
in ip6_route_del()
4141
nrt->rt6i_flags =
RTF_GATEWAY
|RTF_UP|RTF_DYNAMIC|RTF_CACHE;
in rt6_do_redirect()
4143
nrt->rt6i_flags &= ~
RTF_GATEWAY
;
in rt6_do_redirect()
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
1134
rt->rt6i_flags |=
RTF_GATEWAY
;
in ip6_rt_copy_init()
2038
#define RTF_CACHE_GATEWAY (
RTF_GATEWAY
| RTF_CACHE)
2098
if (rt->rt6i_flags &
RTF_GATEWAY
) {
in rt6_age_examine_exception()
3580
if (cfg->fc_flags &
RTF_GATEWAY
) {
in fib6_nh_init()
3778
rt->fib6_flags = cfg->fc_flags & ~
RTF_GATEWAY
;
in ip6_route_info_create()
3970
if (cfg->fc_flags &
RTF_GATEWAY
&&
in __ip6_del_cached_rt()
4087
if (cfg->fc_flags &
RTF_GATEWAY
&&
in ip6_route_del()
4095
if (cfg->fc_flags &
RTF_GATEWAY
)
in ip6_route_del()
4225
nrt->rt6i_flags =
RTF_GATEWAY
|RTF_UP|RTF_DYNAMIC|RTF_CACHE;
in rt6_do_redirect()
4227
nrt->rt6i_flags &= ~
RTF_GATEWAY
;
in rt6_do_redirect()
[all...]
/kernel/liteos_a/testsuites/unittest/container/
H
A
D
It_container_test.cpp
187
rt.rt_flags =
RTF_GATEWAY
;
in TryResetNetAddr()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
addr.c
361
return rt6->rt6i_flags &
RTF_GATEWAY
;
in has_gateway()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
addr.c
360
return rt6->rt6i_flags &
RTF_GATEWAY
;
in has_gateway()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_frontend.c
571
if (rt->rt_flags &
RTF_GATEWAY
&&
in rtentry_to_fib_config()
582
if (rt->rt_flags &
RTF_GATEWAY
&& !cfg->fc_gw_family)
in rtentry_to_fib_config()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_frontend.c
574
if (rt->rt_flags &
RTF_GATEWAY
&&
in rtentry_to_fib_config()
585
if (rt->rt_flags &
RTF_GATEWAY
&& !cfg->fc_gw_family)
in rtentry_to_fib_config()
Completed in 29 milliseconds
1
2