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:init_err_counter
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_sideeffect.c
1077
asoc->
init_err_counter
++;
in sctp_cmd_t1_timer_update()
1086
pr_debug("%s: T1[%s] timeout adjustment
init_err_counter
:%d"
in sctp_cmd_t1_timer_update()
1088
asoc->
init_err_counter
, asoc->init_cycle,
in sctp_cmd_t1_timer_update()
1426
(asoc->
init_err_counter
> 0)) {
in sctp_cmd_interpreter()
1620
asoc->
init_err_counter
++;
in sctp_cmd_interpreter()
1624
asoc->
init_err_counter
= 0;
in sctp_cmd_interpreter()
H
A
D
sm_statefuns.c
2460
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_do_5_2_6_stale()
5805
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_t1_init_timer_expire()
5870
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_t1_cookie_timer_expire()
H
A
D
socket.c
9114
if (asoc->
init_err_counter
+ 1 > asoc->max_init_attempts)
in sctp_wait_for_connect()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_sideeffect.c
1086
asoc->
init_err_counter
++;
in sctp_cmd_t1_timer_update()
1095
pr_debug("%s: T1[%s] timeout adjustment
init_err_counter
:%d"
in sctp_cmd_t1_timer_update()
1097
asoc->
init_err_counter
, asoc->init_cycle,
in sctp_cmd_t1_timer_update()
1431
(asoc->
init_err_counter
> 0)) {
in sctp_cmd_interpreter()
1625
asoc->
init_err_counter
++;
in sctp_cmd_interpreter()
1629
asoc->
init_err_counter
= 0;
in sctp_cmd_interpreter()
H
A
D
sm_statefuns.c
2524
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_do_5_2_6_stale()
5905
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_t1_init_timer_expire()
5970
int attempts = asoc->
init_err_counter
+ 1;
in sctp_sf_t1_cookie_timer_expire()
H
A
D
socket.c
9359
if (asoc->
init_err_counter
+ 1 > asoc->max_init_attempts)
in sctp_wait_for_connect()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1912
int
init_err_counter
;
member
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
1938
int
init_err_counter
;
member
Completed in 46 milliseconds