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:NPROTO
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
net.h
25
#define
NPROTO
AF_MAX
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
net.h
25
#define
NPROTO
AF_MAX
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
net.h
23
#define
NPROTO
AF_MAX
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
net.h
23
#define
NPROTO
AF_MAX
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
net.h
10
#define
NPROTO
AF_MAX
macro
/kernel/linux/linux-5.10/net/
H
A
D
socket.c
173
static const struct net_proto_family __rcu *net_families[
NPROTO
] __read_mostly;
1374
if (family < 0 || family >=
NPROTO
)
in __sock_create()
3004
if (ops->family >=
NPROTO
) {
in sock_register()
3005
pr_crit("protocol %d >=
NPROTO
(%d)\n", ops->family,
NPROTO
);
in sock_register()
3039
BUG_ON(family < 0 || family >=
NPROTO
);
in sock_unregister()
3053
return family <
NPROTO
&& rcu_access_pointer(net_families[family]);
in sock_is_registered()
/kernel/linux/linux-6.6/net/
H
A
D
socket.c
228
static const struct net_proto_family __rcu *net_families[
NPROTO
] __read_mostly;
1510
if (family < 0 || family >=
NPROTO
)
in __sock_create()
3186
if (ops->family >=
NPROTO
) {
in sock_register()
3187
pr_crit("protocol %d >=
NPROTO
(%d)\n", ops->family,
NPROTO
);
in sock_register()
3221
BUG_ON(family < 0 || family >=
NPROTO
);
in sock_unregister()
3235
return family <
NPROTO
&& rcu_access_pointer(net_families[family]);
in sock_is_registered()
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_state.c
171
static struct xfrm_state_afinfo __rcu *xfrm_state_afinfo[
NPROTO
];
2475
if (WARN_ON(afinfo->family >=
NPROTO
))
in xfrm_state_register_afinfo()
2492
if (WARN_ON(family >=
NPROTO
))
in xfrm_state_unregister_afinfo()
2510
if (unlikely(family >=
NPROTO
))
in xfrm_state_afinfo_get_rcu()
2520
if (unlikely(family >=
NPROTO
))
in xfrm_state_get_afinfo()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_state.c
214
static struct xfrm_state_afinfo __rcu *xfrm_state_afinfo[
NPROTO
];
2669
if (WARN_ON(afinfo->family >=
NPROTO
))
in xfrm_state_register_afinfo()
2686
if (WARN_ON(family >=
NPROTO
))
in xfrm_state_unregister_afinfo()
2704
if (unlikely(family >=
NPROTO
))
in xfrm_state_afinfo_get_rcu()
2714
if (unlikely(family >=
NPROTO
))
in xfrm_state_get_afinfo()
Completed in 28 milliseconds