Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c658 LIST_INIT(&la->sctpNatTimer.TimerQ[i]); in AliasSctpInit()
662 la->sctpNatTimer.loc_time=la->timeStamp; in AliasSctpInit()
664 la->sctpNatTimer.cur_loc = 0; in AliasSctpInit()
689 assoc1 = LIST_FIRST(&la->sctpNatTimer.TimerQ[i]); in AliasSctpTerm()
700 sn_free(la->sctpNatTimer.TimerQ); in AliasSctpTerm()
2409 add_loc = assoc->exp - la->sctpNatTimer.loc_time + la->sctpNatTimer.cur_loc; in sctp_AddTimeOut()
2477 while(la->timeStamp >= la->sctpNatTimer.loc_time) { in sctp_CheckTimers()
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()
2493 ++la->sctpNatTimer.loc_time; in sctp_CheckTimers()
[all …]
H A Dalias_local.h174 struct sctp_nat_timer sctpNatTimer; member