Searched refs:TimerQ (Results 1 – 3 of 3) sorted by relevance
99 class TimerQ { class102 TimerQ() : TimerQueue(NULL) {} in TimerQ() function in fuzzer::TimerQ103 ~TimerQ() { in ~TimerQ()124 static TimerQ Timer;
185 …LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the ti…
658 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ)); in AliasSctpInit()667 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()699 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()710 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()2427 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()2493 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()2494 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()2698 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) { in logTimerQ()