Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbridge.c1010 bridge_fwd_t *bfp, *bfnew; in fwd_update_local() local
1074 bfnew = fwd_alloc(newaddr, 1, RBRIDGE_NICKNAME_NONE); in fwd_update_local()
1075 if (bfnew != NULL) in fwd_update_local()
1079 bfnew = bfp; in fwd_update_local()
1081 bfnew = fwd_alloc(newaddr, bfp->bf_nlinks + 1, in fwd_update_local()
1083 if (bfnew != NULL) { in fwd_update_local()
1087 bfnew->bf_nlinks = bfp->bf_nlinks; in fwd_update_local()
1088 bcopy(bfp->bf_links, bfnew->bf_links, in fwd_update_local()
1095 if (bfnew != NULL) { in fwd_update_local()
1096 bfnew->bf_links[bfnew->bf_nlinks++] = blp; in fwd_update_local()
[all …]