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

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

Completed in 73 milliseconds