Searched refs:hnext (Results 1 - 8 of 8) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c90 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)];
101 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext;
105 while (s->hnext != NULL && memcmp(s->hnext->addr, sta->addr, ETH_ALEN)
107 s = s->hnext;
108 if (s->hnext != NULL)
109 s->hnext = s->hnext->hnext;
912 s = s->hnext;
[all...]
H A Dhostap_ap.h41 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c462 cn = cn->hnext;
548 cn->hnext = cn_orig;
1846 ** only touchs the hnext and hprev pointers.
1865 if (cur->hnext) {
1866 cur->hnext->hprev = cur->hprev;
1869 cur->hprev->hnext = cur->hnext;
1871 *head = cur->hnext;
1881 cur = cur->hnext;
3414 /* then test hnext
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h115 ** hnext and hprev are used by journal_list_hash. If a block is in more than one transaction, the journal_list_hash
128 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member in struct:reiserfs_journal_cnode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_i.h76 struct ieee80211_sta_bss *hnext; member in struct:ieee80211_sta_bss
H A Dieee80211_sta.c1241 bss->hnext = local->sta_bss_hash[STA_HASH(bss->bssid)];
1257 bss->hnext;
1259 prev->hnext = bss->hnext;
1263 b = b->hnext;
1304 bss = bss->hnext;
H A Dsta_info.c29 sta->hnext = local->sta_hash[STA_HASH(sta->addr)];
44 local->sta_hash[STA_HASH(sta->addr)] = s->hnext;
48 while (s->hnext && memcmp(s->hnext->addr, sta->addr, ETH_ALEN) != 0)
49 s = s->hnext;
50 if (s->hnext)
51 s->hnext = s->hnext->hnext;
73 sta = sta->hnext;
[all...]
H A Dsta_info.h36 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info

Completed in 223 milliseconds