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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_sctp.h138 int exp_loc; /**< current location in timer_Q */
143 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c675 assoc2 = LIST_NEXT(assoc1, timer_Q);
2391 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q);
2408 LIST_REMOVE(assoc, timer_Q);/* Note this is O(1) */
2460 //SLIST_REMOVE_HEAD(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc], timer_Q);
2461 LIST_REMOVE(assoc, timer_Q);
2659 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) {

Completed in 45 milliseconds