Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h152 #define BRIDGE_VLAN_ISSET(l, v) ((l)->bl_vlans[(v) / NBBY] & \
155 #define BRIDGE_VLAN_SET(l, v) ((l)->bl_vlans[(v) / NBBY] |= \
158 #define BRIDGE_VLAN_CLR(l, v) ((l)->bl_vlans[(v) / NBBY] &= \
194 uint8_t bl_vlans[BRIDGE_VLAN_ARR_SIZE]; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c1327 show_vlans(blp->bl_vlans); in do_bridge_links()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c3222 (void) memset(blp->bl_vlans, in bridge_ioctl()
3224 sizeof (blp->bl_vlans)); in bridge_ioctl()