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:rto_pending
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
transport.c
332
if (unlikely(!tp->
rto_pending
))
in sctp_transport_update_rto()
333
/* We should not be doing any RTO updates unless
rto_pending
is set. */
in sctp_transport_update_rto()
334
pr_debug("%s:
rto_pending
not set on transport %p!\n", __func__, tp);
in sctp_transport_update_rto()
385
/* Reset
rto_pending
so that a new RTT measurement is started when a
in sctp_transport_update_rto()
388
tp->
rto_pending
= 0;
in sctp_transport_update_rto()
660
t->
rto_pending
= 0;
in sctp_transport_reset()
H
A
D
output.c
456
!tp->
rto_pending
) {
in sctp_packet_pack()
458
tp->
rto_pending
= 1;
in sctp_packet_pack()
H
A
D
sm_sideeffect.c
777
* If the transport's
rto_pending
variable has been cleared,
in sctp_cmd_transport_on()
781
if (t->
rto_pending
== 0)
in sctp_cmd_transport_on()
782
t->
rto_pending
= 1;
in sctp_cmd_transport_on()
1707
t->
rto_pending
= 1;
in sctp_cmd_interpreter()
H
A
D
outqueue.c
511
* anymore for RTT measurements. Reset
rto_pending
so
in sctp_retransmit_mark()
517
transport->
rto_pending
= 0;
in sctp_retransmit_mark()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
transport.c
490
if (unlikely(!tp->
rto_pending
))
in sctp_transport_update_rto()
491
/* We should not be doing any RTO updates unless
rto_pending
is set. */
in sctp_transport_update_rto()
492
pr_debug("%s:
rto_pending
not set on transport %p!\n", __func__, tp);
in sctp_transport_update_rto()
543
/* Reset
rto_pending
so that a new RTT measurement is started when a
in sctp_transport_update_rto()
546
tp->
rto_pending
= 0;
in sctp_transport_update_rto()
818
t->
rto_pending
= 0;
in sctp_transport_reset()
H
A
D
sm_sideeffect.c
809
* If the transport's
rto_pending
variable has been cleared,
in sctp_cmd_transport_on()
813
if (t->
rto_pending
== 0)
in sctp_cmd_transport_on()
814
t->
rto_pending
= 1;
in sctp_cmd_transport_on()
1717
t->
rto_pending
= 1;
in sctp_cmd_interpreter()
H
A
D
output.c
486
!tp->
rto_pending
) {
in sctp_packet_pack()
488
tp->
rto_pending
= 1;
in sctp_packet_pack()
H
A
D
outqueue.c
511
* anymore for RTT measurements. Reset
rto_pending
so
in sctp_retransmit_mark()
517
transport->
rto_pending
= 0;
in sctp_retransmit_mark()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
783
__u32
rto_pending
:1,
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
790
__u32
rto_pending
:1,
member
Completed in 37 milliseconds