OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cnt_of_unconf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
sctp_timer.c
1242
int
cnt_of_unconf
=0;
local
1256
cnt_of_unconf
++;
1268
if (
cnt_of_unconf
> 1) {
1274
while ((cnt_sent < stcb->asoc.max_burst) && (
cnt_of_unconf
> 1)) {
1277
cnt_of_unconf
--;
sctputil.c
1171
int
cnt_of_unconf
=0;
local
1176
cnt_of_unconf
++;
1182
cnt_of_unconf
, stcb->asoc.heart_beat_delay);
1202
(
cnt_of_unconf
== 0)) {
1224
if (
cnt_of_unconf
) {
sctp_usrreq.c
2885
int
cnt_of_unconf
= 0;
local
2889
cnt_of_unconf
++;
2894
if (
cnt_of_unconf
== 0)
Completed in 28 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026