Searched refs:bfnew (Results 1 – 1 of 1) sorted by relevance
1013 bridge_fwd_t *bfp, *bfnew; in fwd_update_local() local1077 bfnew = fwd_alloc(newaddr, 1, RBRIDGE_NICKNAME_NONE); in fwd_update_local()1078 if (bfnew != NULL) in fwd_update_local()1082 bfnew = bfp; in fwd_update_local()1084 bfnew = fwd_alloc(newaddr, bfp->bf_nlinks + 1, 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()[all …]