Home
last modified time | relevance | path

Searched refs:nce_hash_tbl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h151 ncec_t *nce_hash_tbl[NCE_TABLE_SIZE]; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c155 (&((ipst)->ips_ndp4->nce_hash_tbl[IRE_ADDR_HASH(addr, NCE_TABLE_SIZE)]))
158 (&((ipst)->ips_ndp6->nce_hash_tbl[NCE_ADDR_HASH_V6(addr, \
958 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
959 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
979 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
980 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2278 addr = (uintptr_t)ndp.nce_hash_tbl[i]; in ncec_get_next_hash_tbl()