Searched refs:hnext (Results 1 – 13 of 13) sorted by relevance
59 s = s->hnext; in ap_get_ap()92 ap->hnext = iface->ap_hash[STA_HASH(ap->addr)]; in ap_ap_hash_add()104 iface->ap_hash[STA_HASH(ap->addr)] = s->hnext; in ap_ap_hash_del()108 while (s->hnext != NULL && in ap_ap_hash_del()109 !ether_addr_equal(s->hnext->addr, ap->addr)) in ap_ap_hash_del()110 s = s->hnext; in ap_ap_hash_del()111 if (s->hnext != NULL) in ap_ap_hash_del()112 s->hnext = s->hnext->hnext; in ap_ap_hash_del()
70 prev->hnext = entry->hnext; in pmksa_cache_free_entry()72 pmksa->pmkid[hash] = entry->hnext; in pmksa_cache_free_entry()76 pos = pos->hnext; in pmksa_cache_free_entry()249 entry->hnext = pmksa->pmkid[hash]; in pmksa_cache_link_entry()488 entry = entry->hnext) { in pmksa_cache_auth_get()
20 struct ap_info *hnext; /* next entry in hash table list */ member
75 s = s->hnext; in ap_get_sta()126 sta->hnext = hapd->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()138 hapd->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()142 while (s->hnext != NULL && in ap_sta_hash_del()143 !ether_addr_equal(s->hnext->addr, sta->addr)) in ap_sta_hash_del()144 s = s->hnext; in ap_sta_hash_del()145 if (s->hnext != NULL) in ap_sta_hash_del()146 s->hnext = s->hnext->hnext; in ap_sta_hash_del()
18 struct rsn_pmksa_cache_entry *next, *hnext; member
102 struct sta_info *hnext; /* next entry in hash table list */ member
325 struct hash *hnext; member336 while (hp->hnext) { in hashit()337 hp = hp->hnext; in hashit()348 hp->hnext = hp0->hnext; in hashit()350 hp0->hnext = hp; in hashit()363 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()374 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
70 TString *hnext = p->u.hnext; /* save next */ in tablerehash() local72 p->u.hnext = vect[h]; /* chain it into array */ in tablerehash()74 p = hnext; in tablerehash()168 p = &(*p)->u.hnext; in luaS_remove()169 *p = (*p)->u.hnext; /* remove element from its list */ in luaS_remove()195 for (ts = *list; ts != NULL; ts = ts->u.hnext) { in internshrstr()211 ts->u.hnext = *list; in internshrstr()
393 struct TString *hnext; /* linked list for hash table */ member
1042 for (ts = tb->hash[s]; ts != NULL; ts = ts->u.hnext) { in string_query()
35 struct bufnode *hnext, *hprev;104 for (bn = thisfile->hashtbl[h].hnext; \105 bn != END_OF_HCHAIN(h); bn = bn->hnext)108 (bn)->hnext->hprev = (bn)->hprev; \109 (bn)->hprev->hnext = (bn)->hnext;112 (bn)->hnext = thisfile->hashtbl[h].hnext; \114 thisfile->hashtbl[h].hnext->hprev = (bn); \115 thisfile->hashtbl[h].hnext 42 struct bufnode *hnext, *hprev; global() member [all...]
260 struct hash *hnext; member280 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()294 hp->hnext = bucket[i]; in hashit()
1154 void *hnext; in ipf_htable_iter_next() local1183 hnext = nextiph->iph_next; in ipf_htable_iter_next()1209 hnext = nextnode->ipe_next; in ipf_htable_iter_next()1215 hnext = NULL; in ipf_htable_iter_next()1252 if (hnext == NULL) in ipf_htable_iter_next()