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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_node.h355 LIST_HEAD(, ieee80211_node) nt_hash[IEEE80211_NODE_HASHSIZE]; member in struct:ieee80211_node_table
H A Dieee80211_node.c1180 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash);
1334 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1384 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {

Completed in 75 milliseconds