Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c2422 int add_loc; in sctp_AddTimeOut() local
2424 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc; in sctp_AddTimeOut()
2425 if (add_loc >= SN_TIMER_QUEUE_SIZE) in sctp_AddTimeOut()
2426 add_loc -= SN_TIMER_QUEUE_SIZE; in sctp_AddTimeOut()
2427 LIST_INSERT_HEAD(&la->sctpNatTimer.TimerQ[add_loc], assoc, timer_Q); in sctp_AddTimeOut()
2428 assoc->exp_loc = add_loc; in sctp_AddTimeOut()