Searched defs:blpnext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1866 bridge_link_t *blpsend, *blpnext; local
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, vlani
[all...]

Completed in 1055 milliseconds