Lines Matching refs:blcmp
264 bridge_link_t *blcmp; in link_sdu_fail() local
286 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in link_sdu_fail()
287 blcmp = list_next(&bip->bi_links, blcmp)) { in link_sdu_fail()
288 if (blp != blcmp && in link_sdu_fail()
289 !(blcmp->bl_flags & (BLF_DELETED|BLF_SDUFAIL)) && in link_sdu_fail()
290 blcmp->bl_linkstate != LINK_STATE_DOWN) in link_sdu_fail()
293 if (blcmp == NULL) { in link_sdu_fail()
2728 bridge_link_t *blcmp; in bridge_ls_cb() local
2745 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in bridge_ls_cb()
2746 blcmp = list_next(&bip->bi_links, blcmp)) { in bridge_ls_cb()
2747 if (blcmp != blp && in bridge_ls_cb()
2748 !(blcmp->bl_flags & (BLF_DELETED|BLF_SDUFAIL)) && in bridge_ls_cb()
2749 blcmp->bl_linkstate != LINK_STATE_DOWN) in bridge_ls_cb()
2753 if (blcmp != NULL) { in bridge_ls_cb()
2768 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in bridge_ls_cb()
2769 blcmp = list_next(&bip->bi_links, blcmp)) { in bridge_ls_cb()
2770 if (blcmp != blp && !(blcmp->bl_flags & BLF_DELETED)) in bridge_ls_cb()
2771 mac_link_redo(blcmp->bl_mh, newls); in bridge_ls_cb()