Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/inet/
H A Dipsec_impl.h143 var = table[hash].hash_head; var != NULL; var = var->field.hash_next
146 (var)->field.hash_next
151 (var)->field.hash_next = (table)[hash].hash_head; \
154 if ((var)->field.hash_next != NULL) \
155 (var)->field.hash_next->field.hash_pp = \
156 &((var)->field.hash_next); \
168 (var)->field.hash_next = head; \
171 if ((var)->field.hash_next != NULL) \
172 (var)->field.hash_next->field.hash_pp = \
173 &((var)->field.hash_next); \
[all …]
/titanic_41/usr/src/uts/common/fs/
H A Ddnlc.c235 (ncp)->hash_next = (hp)->hash_next; \
237 (hp)->hash_next->hash_prev = (ncp); \
238 (hp)->hash_next = (ncp); \
246 (ncp)->hash_prev->hash_next = (ncp)->hash_next; \
247 (ncp)->hash_next->hash_prev = (ncp)->hash_prev; \
249 (ncp)->hash_next = NULL; \
380 hp->hash_next = (ncache_t *)hp; in dnlc_init()
607 for (ncp = hp->hash_next; ncp != (ncache_t *)hp; in dnlc_lookup()
608 ncp = ncp->hash_next) { in dnlc_lookup()
618 ncache_t *next = ncp->hash_next; in dnlc_lookup()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Ddnlc.h79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ member
92 ncache_t *hash_next; member
/titanic_41/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h60 struct oversize *hash_next; member
H A Dmtmalloc.c229 big->hash_next = ovsz_hashtab[bucket]; in insert_hash()
390 opp = &(*opp)->hash_next) in free()
401 *opp = big->hash_next; /* remove big from the hash table */ in free()
402 big->hash_next = NULL; in free()
1492 ovsz_hdr->hash_next = NULL; in oversize_header_alloc()
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c172 next = ncp->hash_next; in dnlc_free()
263 nc_va = (uintptr_t)(nch.hash_next); in dnlc_load()
330 nc_va = (uintptr_t)(ncp->hash_next); in dnlc_load()
331 ncp->hash_next = dnlc_hash[hash]; in dnlc_load()
354 for (ent = dnlc_hash[i]; ent != NULL; ent = ent->hash_next) { in dnlcdump()
523 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) { in mdb_vnode2path()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dspd.c939 for (; src != NULL; src = src->ipsp_hash.hash_next) { in ipsec_copy_chain()
1442 p = p->ipsp_hash.hash_next) { in ipsec_req_from_head()
1951 for (p = chain; p != NULL; p = p->ipsp_hash.hash_next) { in ipsec_find_policy_chain()
3350 np = ap->ipa_hash.hash_next; in ipsec_action_reclaim_stack()
3560 nip = ip->ipsp_hash.hash_next; in ipsec_policy_delete()
3679 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()
3695 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()
3856 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()
3866 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()
H A Dspdsock.c1864 ss->spdsock_dump_cur_rule = cur->ipsp_hash.hash_next; in spdsock_dump_next_in_chain()
/titanic_41/usr/src/uts/common/inet/iptun/
H A Diptun.c1866 pol = pol->ipsp_hash.hash_next; in iptun_max_policy_overhead()