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

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_sctp.h136 int exp_loc; /**< current location in timer_Q */
141 LIST_ENTRY (sctp_nat_assoc) timer_Q; /**< Linked list of pointers for timer Q */ member in struct:sctp_nat_assoc
H A Dalias_sctp.c678 assoc2 = LIST_NEXT(assoc1, timer_Q);
2406 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q);
2423 LIST_REMOVE(assoc, timer_Q);/* Note this is O(1) */
2474 //SLIST_REMOVE_HEAD(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc], timer_Q);
2475 LIST_REMOVE(assoc, timer_Q);
2677 LIST_FOREACH(assoc, &la->sctpNatTimer.TimerQ[i], timer_Q) {

Completed in 114 milliseconds