Searched refs:TimerQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h190 LIST_HEAD(sctpTimerQ,sctp_nat_assoc) *TimerQ; /**< List of associations at this position in the timer Q */ member in struct:sctp_nat_timer
H A Dalias_sctp.c632 la->sctpNatTimer.TimerQ = sn_calloc(SN_TIMER_QUEUE_SIZE, sizeof(struct sctpTimerQ));
641 LIST_INIT(&la->sctpNatTimer.TimerQ[i]);
672 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]);
683 sn_free(la->sctpNatTimer.TimerQ);
2391 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q);
2458 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) {
2459 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]);
2460 //SLIST_REMOVE_HEAD(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc], timer_Q);
2659 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) {

Completed in 48 milliseconds