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