OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dack_timer
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
302
struct sctp_timer
dack_timer
; /* Delayed ack timer */
member in struct:sctp_association
sctp_pcb.c
2807
callout_init(&asoc->
dack_timer
.timer, 0);
3044
callout_stop(&asoc->
dack_timer
.timer);
3045
callout_destroy(&asoc->
dack_timer
.timer);
sctp_indata.c
1721
if (!callout_pending(&asoc->
dack_timer
.timer)) {
2381
if (callout_pending(&stcb->asoc.
dack_timer
.timer)) {
2404
(callout_pending(&stcb->asoc.
dack_timer
.timer)) /* timer was up . second packet */
sctputil.c
1143
tmr = &stcb->asoc.
dack_timer
;
1428
tmr = &stcb->asoc.
dack_timer
;
sctp_usrreq.c
3514
if (callout_pending(&stcb->asoc.
dack_timer
.timer)) {
sctp_output.c
5391
if (callout_pending(&stcb->asoc.
dack_timer
.timer)) {
5536
if (callout_pending(&stcb->asoc.
dack_timer
.timer)) {
Completed in 123 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025