Lines Matching refs:bridge_mac_t
68 * bridge_mac_t
71 * Every bridge_inst_t has a single bridge_mac_t, but when bridge_inst_t goes
72 * away, the bridge_mac_t remains until either all of the users go away
245 mac_to_inst(const bridge_mac_t *bmp)
263 bridge_mac_t *bmp;
363 bridge_mac_t *bmp = arg;
372 bridge_mac_t *bmp = arg;
446 bridge_mac_t *bmp = arg;
497 bridge_mac_t *bmp = arg;
518 bridge_mac_t *bmp = arg;
575 * Find an existing bridge_mac_t structure or allocate a new one for the given
579 bmac_alloc(bridge_inst_t *bip, bridge_mac_t **bmacp)
581 bridge_mac_t *bmp, *bnew;
647 * Disconnect the given bridge_mac_t from its bridge instance. The bridge
652 bmac_disconnect(bridge_mac_t *bmp)
740 bridge_mac_t *bmp = NULL;
1405 bridge_mac_t *bmp, *bmnext;
1463 * Scan the bridge_mac_t entries and try to free up the ones that are
2184 bridge_mac_t *bmp = bip->bi_mac;
2218 bridge_mac_t *bmp = bip->bi_mac;
2447 bridge_mac_t *bmp = bip->bi_mac;
2715 bridge_mac_t *bmp;
2773 bridge_mac_t *bmp;
2961 bridge_mac_t *bmp;
3336 list_create(&bmac_list, sizeof (bridge_mac_t),
3337 offsetof(bridge_mac_t, bm_node));