Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dip_ndp.h151 ncec_t *nce_hash_tbl[NCE_TABLE_SIZE]; member
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c151 (&((ipst)->ips_ndp4->nce_hash_tbl[IRE_ADDR_HASH(addr, NCE_TABLE_SIZE)]))
154 (&((ipst)->ips_ndp6->nce_hash_tbl[NCE_ADDR_HASH_V6(addr, \
954 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
955 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
975 for (ncep = ndp->nce_hash_tbl; in ncec_walk_common()
976 ncep < A_END(ndp->nce_hash_tbl); ncep++) { in ncec_walk_common()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2249 addr = (uintptr_t)ndp.nce_hash_tbl[i]; in ncec_get_next_hash_tbl()