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:max_retrans
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
proc.c
283
assoc->stream.outcnt, assoc->
max_retrans
,
in sctp_assocs_seq_show()
H
A
D
sm_statefuns.c
1034
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_sendbeat_8_3()
1082
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_send_reconf()
5689
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_do_6_3_3_rtx()
5929
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_t2_timer_expire()
6013
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_t4_timer_expire()
H
A
D
associola.c
85
/* Set the association
max_retrans
and RTO values from the
in sctp_association_init()
88
asoc->
max_retrans
= sp->assocparams.sasoc_asocmaxrxt;
in sctp_association_init()
626
/* Set the path
max_retrans
. */
in sctp_assoc_add_peer()
H
A
D
sm_sideeffect.c
641
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_cmd_assoc_failed()
H
A
D
socket.c
3173
asoc->
max_retrans
= assocparams->sasoc_asocmaxrxt;
in sctp_setsockopt_associnfo()
6506
assocparams.sasoc_asocmaxrxt = asoc->
max_retrans
;
in sctp_getsockopt_associnfo()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
rfcomm.h
128
u8
max_retrans
;
member
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
rfcomm.h
128
u8
max_retrans
;
member
/kernel/linux/linux-6.6/net/sctp/
H
A
D
proc.c
281
assoc->stream.outcnt, assoc->
max_retrans
,
in sctp_assocs_seq_show()
H
A
D
sm_statefuns.c
1047
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_sendbeat_8_3()
1095
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_send_reconf()
5789
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_do_6_3_3_rtx()
6029
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_t2_timer_expire()
6113
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_sf_t4_timer_expire()
H
A
D
associola.c
85
/* Set the association
max_retrans
and RTO values from the
in sctp_association_init()
88
asoc->
max_retrans
= sp->assocparams.sasoc_asocmaxrxt;
in sctp_association_init()
630
/* Set the path
max_retrans
. */
in sctp_assoc_add_peer()
H
A
D
sm_sideeffect.c
673
if (asoc->overall_error_count >= asoc->
max_retrans
) {
in sctp_cmd_assoc_failed()
H
A
D
socket.c
3179
asoc->
max_retrans
= assocparams->sasoc_asocmaxrxt;
in sctp_setsockopt_associnfo()
6630
assocparams.sasoc_asocmaxrxt = asoc->
max_retrans
;
in sctp_getsockopt_associnfo()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
181
/* This is the
max_retrans
value for new associations. */
880
/* This is the
max_retrans
value for the transport and will
1766
/* This is the
max_retrans
value for the association. This value will
1770
int
max_retrans
;
member
1795
/* This is the
max_retrans
value for new transports in the
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
185
/* This is the
max_retrans
value for new associations. */
890
/* This is the
max_retrans
value for the transport and will
1789
/* This is the
max_retrans
value for the association. This value will
1793
int
max_retrans
;
member
1821
/* This is the
max_retrans
value for new transports in the
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H
A
D
core.c
972
pn->
max_retrans
= 0;
in rfcomm_send_pn()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H
A
D
core.c
976
pn->
max_retrans
= 0;
in rfcomm_send_pn()
Completed in 58 milliseconds