Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/libalias/
HDalias_db.c829 la->cleanupIndex = 0; in CleanupAliasData()
839 LIST_FOREACH_SAFE(lnk, &la->linkTableOut[la->cleanupIndex++], in IncrementalCleanup()
845 if (la->cleanupIndex == LINK_TABLE_OUT_SIZE) in IncrementalCleanup()
846 la->cleanupIndex = 0; in IncrementalCleanup()
2531 la->cleanupIndex = 0; in LibAliasInit()
HDalias_local.h110 int cleanupIndex; /* Index to chain of link table */ member