Searched refs:TimerQ (Results 1 – 3 of 3) sorted by relevance
86 class TimerQ { class89 TimerQ() : TimerQueue(NULL) {}; in TimerQ() function in fuzzer::TimerQ90 ~TimerQ() { in ~TimerQ()111 static TimerQ Timer;
192 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
633 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ)); in AliasSctpInit()642 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()673 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()684 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()2396 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()2463 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()2464 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()2668 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) { in logTimerQ()