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:intl_capable
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
stream_sched.c
236
!q->asoc->peer.
intl_capable
) {
in sctp_sched_dequeue_done()
H
A
D
sm_make_chunk.c
443
if (asoc->peer.
intl_capable
) {
in sctp_make_init_ack()
2031
asoc->peer.
intl_capable
= 1;
in sctp_process_ext_param()
H
A
D
stream_interleave.c
1359
stream->si = asoc->peer.
intl_capable
? &sctp_stream_interleave_1
in sctp_stream_interleave_init()
H
A
D
socket.c
7588
params.assoc_value = asoc ? asoc->peer.
intl_capable
in sctp_getsockopt_interleaving_supported()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
stream_sched.c
238
!q->asoc->peer.
intl_capable
) {
in sctp_sched_dequeue_done()
H
A
D
sm_make_chunk.c
443
if (asoc->peer.
intl_capable
) {
in sctp_make_init_ack()
2076
asoc->peer.
intl_capable
= 1;
in sctp_process_ext_param()
H
A
D
stream_interleave.c
1351
stream->si = asoc->peer.
intl_capable
? &sctp_stream_interleave_1
in sctp_stream_interleave_init()
H
A
D
socket.c
5203
mask = asoc->peer.
intl_capable
<< 1;
in sctp_get_sctp_info()
7712
params.assoc_value = asoc ? asoc->peer.
intl_capable
in sctp_getsockopt_interleaving_supported()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1692
intl_capable
:1, /* Can peer do INTERLEAVE */
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1715
intl_capable
:1, /* Can peer do INTERLEAVE */
member
Completed in 42 milliseconds