Home
last modified time | relevance | path

Searched refs:nd_free_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c226 if (nd->nd_free_count <= 1) { in nd_load()
230 nd->nd_free_count += NDE_ALLOC_COUNT; in nd_load()
235 nd->nd_free_count--; in nd_load()
246 nd->nd_free_count--; in nd_load()
H A Dnd.h57 int nd_free_count; /* number of unused nd table entries */ member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1265 if (nd->nd_free_count <= 1) { in hxge_nd_load()
1269 nd->nd_free_count += NDE_ALLOC_COUNT; in hxge_nd_load()
1274 nd->nd_free_count--; in hxge_nd_load()
1285 nd->nd_free_count--; in hxge_nd_load()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4539 if (nd->nd_free_count <= 1) { in eri_nd_load()
4544 nd->nd_free_count += NDE_ALLOC_COUNT; in eri_nd_load()
4549 nd->nd_free_count--; in eri_nd_load()
4560 nd->nd_free_count--; in eri_nd_load()