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:SOCK_MAX
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
socket.h
39
#define
SOCK_MAX
(SOCK_PACKET + 1)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
socket.h
39
#define
SOCK_MAX
(SOCK_PACKET + 1)
macro
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
af_ninet.c
114
static struct list_head inetsw_nip[
SOCK_MAX
];
142
sock->type >=
SOCK_MAX
)
in ninet_create()
740
if (p->type >=
SOCK_MAX
)
in ninet_register_protosw()
832
for (r = &inetsw_nip[0]; r < &inetsw_nip[
SOCK_MAX
]; ++r)
in ninet_init()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
net.c
116
AA_BUG(type < 0 || type >=
SOCK_MAX
);
in aa_profile_af_perm()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
net.c
120
AA_BUG(type < 0 || type >=
SOCK_MAX
);
in aa_profile_af_perm()
/kernel/linux/linux-5.10/include/linux/
H
A
D
net.h
71
#define
SOCK_MAX
(SOCK_PACKET + 1)
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
net.h
74
#define
SOCK_MAX
(SOCK_PACKET + 1)
macro
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
af_inet6.c
78
static struct list_head inetsw6[
SOCK_MAX
];
765
if (p->type >=
SOCK_MAX
)
in inet6_register_protosw()
1073
for (r = &inetsw6[0]; r < &inetsw6[
SOCK_MAX
]; ++r)
in inet6_init()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
af_inet6.c
80
static struct list_head inetsw6[
SOCK_MAX
];
761
if (p->type >=
SOCK_MAX
)
in inet6_register_protosw()
1078
for (r = &inetsw6[0]; r < &inetsw6[
SOCK_MAX
]; ++r)
in inet6_init()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
af_inet.c
129
static struct list_head inetsw[
SOCK_MAX
];
1183
if (p->type >=
SOCK_MAX
)
in inet_register_protosw()
2004
for (r = &inetsw[0]; r < &inetsw[
SOCK_MAX
]; ++r)
in inet_init()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
af_inet.c
128
static struct list_head inetsw[
SOCK_MAX
];
1198
if (p->type >=
SOCK_MAX
)
in inet_register_protosw()
2007
for (r = &inetsw[0]; r < &inetsw[
SOCK_MAX
]; ++r)
in inet_init()
/kernel/linux/linux-5.10/net/
H
A
D
socket.c
1376
if (type < 0 || type >=
SOCK_MAX
)
in __sock_create()
1516
BUILD_BUG_ON((
SOCK_MAX
| SOCK_TYPE_MASK) != SOCK_TYPE_MASK);
in __sys_socket()
/kernel/linux/linux-6.6/net/
H
A
D
socket.c
1512
if (type < 0 || type >=
SOCK_MAX
)
in __sock_create()
1651
BUILD_BUG_ON((
SOCK_MAX
| SOCK_TYPE_MASK) != SOCK_TYPE_MASK);
in __sys_socket_create()
Completed in 28 milliseconds