Searched refs:blcmp (Results 1 – 1 of 1) sorted by relevance
264 bridge_link_t *blcmp; in link_sdu_fail() local286 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() local2745 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()[all …]