Home
last modified time | relevance | path

Searched refs:cur_loc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.h185 int cur_loc; /**< index of the current location in the circular queue */ member
H A Dalias_sctp.c664 la->sctpNatTimer.cur_loc = 0; in AliasSctpInit()
2409 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc; in sctp_AddTimeOut()
2478 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()
2479 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()
2494 if (++la->sctpNatTimer.cur_loc >= SN_TIMER_QUEUE_SIZE) in sctp_CheckTimers()
2495 la->sctpNatTimer.cur_loc = 0; in sctp_CheckTimers()