Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h232 #define BFF_VLANLOCAL 0x0004 /* set if duplicate for IVL */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c423 match.bf_flags |= BFF_VLANLOCAL; in bridge_ioc_listfwd()
680 if ((fwd1->bf_flags ^ fwd2->bf_flags) & BFF_VLANLOCAL) { in fwd_compare()
926 match.bf_flags = BFF_VLANLOCAL; in fwd_find()
973 if (bfp->bf_flags & BFF_VLANLOCAL) { in fwd_delete()
974 bfp->bf_flags &= ~BFF_VLANLOCAL; in fwd_delete()
1666 bfpnew->bf_flags |= BFF_VLANLOCAL; in bridge_learn()