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:fail_tout
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
subflow.c
1233
unsigned long
fail_tout
;
in mptcp_subflow_fail()
local
1245
/* we don't need extreme accuracy here, use a zero
fail_tout
as special
in mptcp_subflow_fail()
1248
fail_tout
= jiffies + TCP_RTO_MAX;
in mptcp_subflow_fail()
1249
if (!
fail_tout
)
in mptcp_subflow_fail()
1250
fail_tout
= 1;
in mptcp_subflow_fail()
1251
WRITE_ONCE(subflow->
fail_tout
,
fail_tout
);
in mptcp_subflow_fail()
1254
mptcp_reset_tout_timer(msk, subflow->
fail_tout
);
in mptcp_subflow_fail()
H
A
D
pm.c
318
if (!subflow->
fail_tout
) {
in mptcp_pm_mp_fail_received()
326
WRITE_ONCE(subflow->
fail_tout
, 0);
in mptcp_pm_mp_fail_received()
H
A
D
protocol.c
2664
void mptcp_reset_tout_timer(struct mptcp_sock *msk, unsigned long
fail_tout
)
in mptcp_reset_tout_timer()
argument
2669
if (!
fail_tout
&& !inet_csk(sk)->icsk_mtup.probe_timestamp)
in mptcp_reset_tout_timer()
2678
timeout = inet_csk(sk)->icsk_mtup.probe_timestamp ? close_timeout :
fail_tout
;
in mptcp_reset_tout_timer()
2695
WRITE_ONCE(mptcp_subflow_ctx(ssk)->
fail_tout
, 0);
in mptcp_mp_fail_no_response()
2714
unsigned long
fail_tout
;
in mptcp_worker()
local
2746
fail_tout
= msk->first ? READ_ONCE(mptcp_subflow_ctx(msk->first)->
fail_tout
) : 0;
in mptcp_worker()
2747
if (
fail_tout
&& time_after(jiffies,
fail_tout
))
in mptcp_worker()
3067
subflow->
fail_tout
in __mptcp_close()
[all...]
H
A
D
protocol.h
519
unsigned long
fail_tout
;
720
void mptcp_reset_tout_timer(struct mptcp_sock *msk, unsigned long
fail_tout
);
Completed in 11 milliseconds