Lines Matching refs:blpnext
1866 bridge_link_t *blpsend, *blpnext;
1947 blpnext = bfp->bf_links[i];
1948 if (blpnext == blp)
1950 else if (bridge_can_send(blpnext, vlanid))
2041 for (blpnext = list_head(&bip->bi_links); blpnext != NULL;
2042 blpnext = list_next(&bip->bi_links, blpnext)) {
2043 if (blpnext == blp)
2045 else if (bridge_can_send(blpnext, vlanid))
2048 if (blpnext != NULL)
2049 atomic_inc_uint(&blpnext->bl_refs);
2051 while ((blpsend = blpnext) != NULL) {
2053 for (blpnext = list_next(&bip->bi_links, blpsend);
2054 blpnext != NULL;
2055 blpnext = list_next(&bip->bi_links, blpnext)) {
2056 if (blpnext == blp)
2058 else if (bridge_can_send(blpnext, vlanid))
2061 if (blpnext != NULL)
2062 atomic_inc_uint(&blpnext->bl_refs);
2064 if (blpnext == NULL && !selfseen) {