Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/net/
H A Dbridge_impl.h224 uint16_t bf_vcnt; /* number of duplicates */ member
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c921 if (bfp->bf_vlanid != vlanid && bfp->bf_vcnt > 0) { in fwd_find()
973 if (bfpzero != NULL && bfpzero->bf_vcnt > 0) in fwd_delete()
974 bfpzero->bf_vcnt--; in fwd_delete()
1626 if (bfp->bf_vcnt == 0) in bridge_learn()
1651 bfpnew->bf_vcnt = bfp->bf_vcnt; in bridge_learn()
1661 bfp->bf_vcnt++; in bridge_learn()