Searched refs:sctpNatTimer (Results 1 – 2 of 2) sorted by relevance
667 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()671 la->sctpNatTimer.loc_time=LibAliasTime; in AliasSctpInit()673 la->sctpNatTimer.cur_loc = 0; in AliasSctpInit()699 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()710 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()2424 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc; in sctp_AddTimeOut()2492 while(LibAliasTime >= la->sctpNatTimer.loc_time) { in sctp_CheckTimers()2493 while (!LIST_EMPTY(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc])) { in sctp_CheckTimers()2494 assoc = LIST_FIRST(&la->sctpNatTimer.TimerQ[la->sctpNatTimer.cur_loc]); in sctp_CheckTimers()2508 ++la->sctpNatTimer.loc_time; in sctp_CheckTimers()[all …]
154 struct sctp_nat_timer sctpNatTimer; member