Searched refs:hash_next (Results 1 – 10 of 10) sorted by relevance
148 var = table[hash].hash_head; var != NULL; var = var->field.hash_next151 (var)->field.hash_next156 (var)->field.hash_next = (table)[hash].hash_head; \159 if ((var)->field.hash_next != NULL) \160 (var)->field.hash_next->field.hash_pp = \161 &((var)->field.hash_next); \173 (var)->field.hash_next = head; \176 if ((var)->field.hash_next != NULL) \177 (var)->field.hash_next->field.hash_pp = \178 &((var)->field.hash_next); \[all …]
237 (ncp)->hash_next = (hp)->hash_next; \239 (hp)->hash_next->hash_prev = (ncp); \240 (hp)->hash_next = (ncp); \248 (ncp)->hash_prev->hash_next = (ncp)->hash_next; \249 (ncp)->hash_next->hash_prev = (ncp)->hash_prev; \251 (ncp)->hash_next = NULL; \382 hp->hash_next = (ncache_t *)hp; in dnlc_init()608 for (ncp = hp->hash_next; ncp != (ncache_t *)hp; in dnlc_lookup()609 ncp = ncp->hash_next) { in dnlc_lookup()619 ncache_t *next = ncp->hash_next; in dnlc_lookup()[all …]
79 struct ncache *hash_next; /* hash chain, MUST BE FIRST */ member97 ncache_t *hash_next; member
58 struct oversize *hash_next; member
229 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()
81 addr = (uintptr_t)hash.hash_next; in dnlc_walk_step()
174 next = ncp->hash_next; in dnlc_free()265 nc_va = (uintptr_t)(nch.hash_next); in dnlc_load()332 nc_va = (uintptr_t)(ncp->hash_next); in dnlc_load()333 ncp->hash_next = dnlc_hash[hash]; in dnlc_load()356 for (ent = dnlc_hash[i]; ent != NULL; ent = ent->hash_next) { in dnlcdump()525 for (ent = dnlc_hash[MDB_DNLC_HASH(addr)]; ent; ent = ent->hash_next) { in mdb_vnode2path()
940 for (; src != NULL; src = src->ipsp_hash.hash_next) { in ipsec_copy_chain()1443 p = p->ipsp_hash.hash_next) { in ipsec_req_from_head()1952 for (p = chain; p != NULL; p = p->ipsp_hash.hash_next) { in ipsec_find_policy_chain()3352 np = ap->ipa_hash.hash_next; in ipsec_action_reclaim_stack()3562 nip = ip->ipsp_hash.hash_next; in ipsec_policy_delete()3681 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()3697 for (p2 = head; p2 != NULL; p2 = p2->ipsp_hash.hash_next) { in ipsec_check_policy()3858 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()3868 nip = ip->ipsp_hash.hash_next; in ipsec_ipr_flush()
1867 ss->spdsock_dump_cur_rule = cur->ipsp_hash.hash_next; in spdsock_dump_next_in_chain()
1868 pol = pol->ipsp_hash.hash_next; in iptun_max_policy_overhead()