Searched refs:bmac_list (Results 1 – 1 of 1) sorted by relevance
179 static list_t bmac_list; variable592 for (bmp = list_head(&bmac_list); bmp != NULL; in bmac_alloc()593 bmp = list_next(&bmac_list, bmp)) { in bmac_alloc()630 if (list_is_empty(&bmac_list)) { in bmac_alloc()634 list_insert_tail(&bmac_list, bnew); in bmac_alloc()1468 bmnext = list_head(&bmac_list); in bridge_timer()1470 bmnext = list_next(&bmac_list, bmp); in bridge_timer()1487 list_remove(&bmac_list, bmp); in bridge_timer()1492 if (list_is_empty(&bmac_list)) { in bridge_timer()3336 list_create(&bmac_list, sizeof (bridge_mac_t), in bridge_inst_init()[all …]