Searched refs:ni_hash (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.h116 LIST_ENTRY(ieee80211_node) ni_hash; /* hash collision list */ member in struct:ieee80211_node
H A Dieee80211_node.c1147 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash);
1301 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1351 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1682 LIST_REMOVE(ni, ni_hash);
1825 LIST_REMOVE(ni, ni_hash);

Completed in 94 milliseconds