Searched refs:port_bitmap (Results 1 – 1 of 1) sorted by relevance
50 static uint32_t port_bitmap[32] = { 0 }; variable61 if (port_bitmap[i / 32] & (1 << (i % 32))) in nl80211_handle_alloc()63 port_bitmap[i / 32] |= 1 << (i % 32); in nl80211_handle_alloc()78 port_bitmap[port / 32] &= ~(1 << (port % 32)); in nl80211_handle_destroy()