Searched defs:bl_vlans (Results 1 - 1 of 1) 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 in struct:bridge_link_s

Completed in 45 milliseconds