Home
last modified time | relevance | path

Searched refs:bfnew (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1013 bridge_fwd_t *bfp, *bfnew; in fwd_update_local() local
1078 if (bfnew != NULL) in fwd_update_local()
1082 bfnew = bfp; in fwd_update_local()
1086 if (bfnew != NULL) { in fwd_update_local()
1090 bfnew->bf_nlinks = bfp->bf_nlinks; in fwd_update_local()
1091 bcopy(bfp->bf_links, bfnew->bf_links, in fwd_update_local()
1098 if (bfnew != NULL) { in fwd_update_local()
1099 bfnew->bf_links[bfnew->bf_nlinks++] = blp; in fwd_update_local()
1105 if (bfnew != bfp) { in fwd_update_local()
1107 avl_insert(&bip->bi_fwd, bfnew, idx); in fwd_update_local()
[all …]