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:RTM_NR_MSGTYPES
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
rtnetlink.h
185
#define
RTM_NR_MSGTYPES
(RTM_MAX + 1 - RTM_BASE)
macro
186
#define RTM_NR_FAMILIES (
RTM_NR_MSGTYPES
>> 2)
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rtnetlink.h
201
#define
RTM_NR_MSGTYPES
(RTM_MAX + 1 - RTM_BASE)
macro
202
#define RTM_NR_FAMILIES (
RTM_NR_MSGTYPES
>> 2)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
163
#define
RTM_NR_MSGTYPES
(RTM_MAX + 1 - RTM_BASE)
macro
164
#define RTM_NR_FAMILIES (
RTM_NR_MSGTYPES
>> 2)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
132
#define
RTM_NR_MSGTYPES
(RTM_MAX + 1 - RTM_BASE)
macro
133
#define RTM_NR_FAMILIES (
RTM_NR_MSGTYPES
>> 2)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
rtnetlink.h
163
#define
RTM_NR_MSGTYPES
(RTM_MAX + 1 - RTM_BASE)
macro
164
#define RTM_NR_FAMILIES (
RTM_NR_MSGTYPES
>> 2)
/kernel/linux/linux-5.10/net/core/
H
A
D
rtnetlink.c
150
* control code. msgindex >=
RTM_NR_MSGTYPES
may indicate that
in rtm_msgindex()
153
BUG_ON(msgindex < 0 || msgindex >=
RTM_NR_MSGTYPES
);
in rtm_msgindex()
188
tab = kcalloc(
RTM_NR_MSGTYPES
, sizeof(void *), GFP_KERNEL);
in rtnl_register_internal()
333
for (msgindex = 0; msgindex <
RTM_NR_MSGTYPES
; msgindex++) {
in rtnl_unregister_all()
3802
if (type < 0 || type >=
RTM_NR_MSGTYPES
)
in rtnl_dump_all()
/kernel/linux/linux-6.6/net/core/
H
A
D
rtnetlink.c
189
* control code. msgindex >=
RTM_NR_MSGTYPES
may indicate that
in rtm_msgindex()
192
BUG_ON(msgindex < 0 || msgindex >=
RTM_NR_MSGTYPES
);
in rtm_msgindex()
227
tab = kcalloc(
RTM_NR_MSGTYPES
, sizeof(void *), GFP_KERNEL);
in rtnl_register_internal()
376
for (msgindex = 0; msgindex <
RTM_NR_MSGTYPES
; msgindex++) {
in rtnl_unregister_all()
3991
if (type < 0 || type >=
RTM_NR_MSGTYPES
)
in rtnl_dump_all()
Completed in 32 milliseconds