Searched refs:bl_vlans (Results 1 – 3 of 3) sorted by relevance
152 #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
1329 show_vlans(blp->bl_vlans); in do_bridge_links()
3222 (void) memset(blp->bl_vlans, in bridge_ioctl()3224 sizeof (blp->bl_vlans)); in bridge_ioctl()