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:RTPROT_STATIC
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/net/phonet/
H
A
D
pn_netlink.c
176
rtm->rtm_protocol =
RTPROT_STATIC
;
in fill_route()
/kernel/linux/linux-6.6/net/phonet/
H
A
D
pn_netlink.c
176
rtm->rtm_protocol =
RTPROT_STATIC
;
in fill_route()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
rtnetlink.h
265
#define
RTPROT_STATIC
4 /* Route installed by administrator */
macro
267
/* Values of protocol >=
RTPROT_STATIC
are not interpreted by kernel;
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rtnetlink.h
281
#define
RTPROT_STATIC
4 /* Route installed by administrator */
macro
283
/* Values of protocol >=
RTPROT_STATIC
are not interpreted by kernel;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
209
#define
RTPROT_STATIC
4
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
181
#define
RTPROT_STATIC
4
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
209
#define
RTPROT_STATIC
4
macro
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_mdb.c
325
[MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8,
RTPROT_STATIC
),
608
cfg->rt_protocol =
RTPROT_STATIC
;
in vxlan_mdb_config_init()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_mdb.c
638
[MDBE_ATTR_RTPROT] = NLA_POLICY_MIN(NLA_U8,
RTPROT_STATIC
),
1211
cfg->rt_protocol =
RTPROT_STATIC
;
in br_mdb_config_init()
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_mdb.c
888
filter_mode,
RTPROT_STATIC
);
in br_mdb_add_group()
/kernel/linux/linux-6.6/net/mctp/
H
A
D
route.c
1319
hdr->rtm_protocol =
RTPROT_STATIC
; /* everything is user-defined */
in mctp_fill_rtinfo()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ipmr.c
2321
rtm->rtm_protocol =
RTPROT_STATIC
;
in ipmr_fill_mroute()
2617
case
RTPROT_STATIC
:
in ipmr_rtm_validate_proto()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ipmr.c
2337
rtm->rtm_protocol =
RTPROT_STATIC
;
in ipmr_fill_mroute()
2633
case
RTPROT_STATIC
:
in ipmr_rtm_validate_proto()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ip6mr.c
2351
rtm->rtm_protocol =
RTPROT_STATIC
;
in ip6mr_fill_mroute()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ip6mr.c
2366
rtm->rtm_protocol =
RTPROT_STATIC
;
in ip6mr_fill_mroute()
Completed in 31 milliseconds