Searched refs:add_loc (Results 1 – 1 of 1) sorted by relevance
2407 int add_loc; in sctp_AddTimeOut() local2409 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc; in sctp_AddTimeOut()2410 if (add_loc >= SN_TIMER_QUEUE_SIZE) in sctp_AddTimeOut()2411 add_loc -= SN_TIMER_QUEUE_SIZE; in sctp_AddTimeOut()2412 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()2413 assoc->exp_loc = add_loc; in sctp_AddTimeOut()