Lines Matching refs:blcmp
261 bridge_link_t *blcmp;
283 for (blcmp = list_head(&bip->bi_links); blcmp != NULL;
284 blcmp = list_next(&bip->bi_links, blcmp)) {
285 if (blp != blcmp &&
286 !(blcmp->bl_flags & (BLF_DELETED|BLF_SDUFAIL)) &&
287 blcmp->bl_linkstate != LINK_STATE_DOWN)
290 if (blcmp == NULL) {
2713 bridge_link_t *blcmp;
2730 for (blcmp = list_head(&bip->bi_links); blcmp != NULL;
2731 blcmp = list_next(&bip->bi_links, blcmp)) {
2732 if (blcmp != blp &&
2733 !(blcmp->bl_flags & (BLF_DELETED|BLF_SDUFAIL)) &&
2734 blcmp->bl_linkstate != LINK_STATE_DOWN)
2738 if (blcmp != NULL) {
2753 for (blcmp = list_head(&bip->bi_links); blcmp != NULL;
2754 blcmp = list_next(&bip->bi_links, blcmp)) {
2755 if (blcmp != blp && !(blcmp->bl_flags & BLF_DELETED))
2756 mac_link_redo(blcmp->bl_mh, newls);