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:can_ack
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/mptcp/
H
A
D
protocol.h
211
bool
can_ack
;
member
315
can_ack
: 1; /* only after processing the remote a key */
member
H
A
D
mptcp_diag.c
138
if (READ_ONCE(msk->
can_ack
))
in mptcp_diag_get_info()
H
A
D
subflow.c
318
subflow->
can_ack
= 1;
in subflow_finish_connect()
521
subflow->
can_ack
= 1;
in mptcp_subflow_fully_established()
926
if (unlikely(!READ_ONCE(msk->
can_ack
))) {
in subflow_check_data_avail()
933
WRITE_ONCE(msk->
can_ack
, true);
in subflow_check_data_avail()
H
A
D
protocol.c
50
if (!msk->subflow || READ_ONCE(msk->
can_ack
))
in __mptcp_nmpc_socket()
2085
msk->
can_ack
= true;
in mptcp_sk_clone()
2441
WRITE_ONCE(msk->
can_ack
, 1);
in mptcp_finish_connect()
H
A
D
options.c
515
/* passive sockets msk will set the '
can_ack
' after accept(), even
in mptcp_established_options_dss()
519
if (!READ_ONCE(msk->
can_ack
)) {
in mptcp_established_options_dss()
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
subflow.c
461
WRITE_ONCE(msk->
can_ack
, true);
in subflow_set_remote_key()
1287
if (unlikely(!READ_ONCE(msk->
can_ack
)))
in subflow_check_data_avail()
H
A
D
sockopt.c
924
if (READ_ONCE(msk->
can_ack
))
in mptcp_diag_fill_info()
H
A
D
protocol.h
287
bool
can_ack
;
member
H
A
D
options.c
589
/* passive sockets msk will set the '
can_ack
' after accept(), even
in mptcp_established_options_dss()
593
if (!READ_ONCE(msk->
can_ack
)) {
in mptcp_established_options_dss()
H
A
D
protocol.c
3163
msk->
can_ack
= false;
in mptcp_disconnect()
Completed in 22 milliseconds