Searched refs:TimerQ (Results 1 – 3 of 3) sorted by relevance
94 class TimerQ { class97 TimerQ() : TimerQueue(NULL) {} in TimerQ() function in fuzzer::TimerQ98 ~TimerQ() { in ~TimerQ()119 static TimerQ Timer;
186 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
659 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ)); in AliasSctpInit()668 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()700 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()711 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()2431 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()2497 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()2498 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()2702 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) { in logTimerQ()