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

/freebsd-10.2-release/sys/netinet/libalias/
H A Dalias_local.h110 int cleanupIndex; /* Index to chain of link table */ member in struct:libalias
H A Dalias_db.c836 la->cleanupIndex = 0;
846 LIST_FOREACH_SAFE(lnk, &la->linkTableOut[la->cleanupIndex++],
852 if (la->cleanupIndex == LINK_TABLE_OUT_SIZE)
853 la->cleanupIndex = 0;
2538 la->cleanupIndex = 0;

Completed in 103 milliseconds