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:ecn_enable
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
sctp.h
146
int
ecn_enable
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
sctp.h
160
int
ecn_enable
;
member
/kernel/linux/linux-5.10/net/sctp/
H
A
D
endpointola.c
109
ep->
ecn_enable
= net->sctp.
ecn_enable
;
in sctp_endpoint_init()
H
A
D
sysctl.c
297
.procname = "
ecn_enable
",
298
.data = &init_net.sctp.
ecn_enable
,
H
A
D
sm_make_chunk.c
248
if (asoc->ep->
ecn_enable
)
in sctp_make_init()
340
if (asoc->ep->
ecn_enable
)
in sctp_make_init()
2609
if (asoc->ep->
ecn_enable
) {
in sctp_process_param()
H
A
D
protocol.c
1278
net->sctp.
ecn_enable
= 1;
in sctp_defaults_init()
H
A
D
socket.c
4404
sctp_sk(sk)->ep->
ecn_enable
= !!params->assoc_value;
in sctp_setsockopt_ecn_supported()
7761
: sctp_sk(sk)->ep->
ecn_enable
;
in sctp_getsockopt_ecn_supported()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
endpointola.c
109
ep->
ecn_enable
= net->sctp.
ecn_enable
;
in sctp_endpoint_init()
H
A
D
sysctl.c
302
.procname = "
ecn_enable
",
303
.data = &init_net.sctp.
ecn_enable
,
H
A
D
sm_make_chunk.c
248
if (asoc->ep->
ecn_enable
)
in sctp_make_init()
340
if (asoc->ep->
ecn_enable
)
in sctp_make_init()
2647
if (asoc->ep->
ecn_enable
) {
in sctp_process_param()
H
A
D
protocol.c
1376
net->sctp.
ecn_enable
= 1;
in sctp_defaults_init()
H
A
D
socket.c
4410
sctp_sk(sk)->ep->
ecn_enable
= !!params->assoc_value;
in sctp_setsockopt_ecn_supported()
7885
: sctp_sk(sk)->ep->
ecn_enable
;
in sctp_getsockopt_ecn_supported()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1324
__u8
ecn_enable
:1,
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1348
__u8
ecn_enable
:1,
member
Completed in 44 milliseconds