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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.h354 LIST_HEAD(, ieee80211_node) nt_hash[IEEE80211_NODE_HASHSIZE]; member in struct:ieee80211_node_table
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) {

Completed in 235 milliseconds