HomeSort by: relevance | last modified time | path
    Searched refs:ni_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_node.c 1079 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash);
1174 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1605 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1651 for (ni = LIST_NEXT(ni0, ni_hash); ni != NULL;
1652 ni = LIST_NEXT(ni, ni_hash)) {
1709 LIST_FOREACH(ni, &nt->nt_hash[hash], ni_hash) {
1751 LIST_REMOVE(ni, ni_hash);
1892 LIST_REMOVE(ni, ni_hash);
ieee80211_node.h 97 LIST_ENTRY(ieee80211_node) ni_hash; member in struct:ieee80211_node

Completed in 19 milliseconds