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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_node.c1364 nt->nt_count++;
1377 nt->nt_count--;
1378 KASSERT(nt->nt_count >= 0,
1379 ("nt_count is negative (%d)!\n", nt->nt_count));
2253 nt->nt_count = 0;
2571 count = nt->nt_count;
H A Dieee80211_node.h391 int nt_count; /* number of nodes */ member in struct:ieee80211_node_table

Completed in 94 milliseconds