Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h118 int cleanupIndex; /* Index to chain of link table */ member
H A Dalias_db.c818 la->cleanupIndex = 0; in CleanupAliasData()
827 LIST_FOREACH_SAFE(lnk, &la->linkTableOut[la->cleanupIndex++], in IncrementalCleanup()
833 if (la->cleanupIndex == LINK_TABLE_OUT_SIZE) in IncrementalCleanup()
834 la->cleanupIndex = 0; in IncrementalCleanup()
2467 la->cleanupIndex = 0; in LibAliasInit()