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:prsctp_enable
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
sctp.h
134
int
prsctp_enable
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
sctp.h
148
int
prsctp_enable
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
endpointola.c
107
ep->
prsctp_enable
= net->sctp.
prsctp_enable
;
in sctp_endpoint_init()
H
A
D
sm_make_chunk.c
251
if (asoc->ep->
prsctp_enable
)
in sctp_make_init()
353
if (asoc->ep->
prsctp_enable
)
in sctp_make_init()
2014
if (asoc->ep->
prsctp_enable
)
in sctp_process_ext_param()
2171
if (ep->
prsctp_enable
)
in sctp_verify_param()
2650
if (asoc->ep->
prsctp_enable
) {
in sctp_process_param()
H
A
D
sysctl.c
269
.procname = "
prsctp_enable
",
270
.data = &init_net.sctp.
prsctp_enable
,
H
A
D
protocol.c
1269
net->sctp.
prsctp_enable
= 1;
in sctp_defaults_init()
H
A
D
socket.c
3968
sctp_sk(sk)->ep->
prsctp_enable
= !!params->assoc_value;
in sctp_setsockopt_pr_supported()
7222
: sctp_sk(sk)->ep->
prsctp_enable
;
in sctp_getsockopt_pr_supported()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
endpointola.c
107
ep->
prsctp_enable
= net->sctp.
prsctp_enable
;
in sctp_endpoint_init()
H
A
D
sm_make_chunk.c
251
if (asoc->ep->
prsctp_enable
)
in sctp_make_init()
353
if (asoc->ep->
prsctp_enable
)
in sctp_make_init()
2059
if (asoc->ep->
prsctp_enable
)
in sctp_process_ext_param()
2216
if (ep->
prsctp_enable
)
in sctp_verify_param()
2688
if (asoc->ep->
prsctp_enable
) {
in sctp_process_param()
H
A
D
sysctl.c
274
.procname = "
prsctp_enable
",
275
.data = &init_net.sctp.
prsctp_enable
,
H
A
D
protocol.c
1367
net->sctp.
prsctp_enable
= 1;
in sctp_defaults_init()
H
A
D
socket.c
3974
sctp_sk(sk)->ep->
prsctp_enable
= !!params->assoc_value;
in sctp_setsockopt_pr_supported()
7346
: sctp_sk(sk)->ep->
prsctp_enable
;
in sctp_getsockopt_pr_supported()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1327
prsctp_enable
:1,
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1351
prsctp_enable
:1,
member
Completed in 43 milliseconds