ifbrvidmap
struct ifbrvidmap ifbrvm;
bridge_set_vidmap_bit(struct ifbrvidmap *ifbrvm, unsigned int vid)
bridge_set_vidmap_range(struct ifbrvidmap *ifbrvm, uint16_t from, uint16_t to)
bridge_set_vidmap_parse(struct ifbrvidmap *ifbrvm, const char *ifsname,
struct ifbrvidmap ifbrvm;
struct ifbrvidmap ifbrvm;
error = veb_set_vid_map(sc, (const struct ifbrvidmap *)data);
error = veb_get_vid_map(sc, (struct ifbrvidmap *)data);
veb_get_vid_map(struct veb_softc *sc, struct ifbrvidmap *ifbrvm)
veb_chk_vid_map(const struct ifbrvidmap *ifbrvm)
veb_new_vid_map(const struct ifbrvidmap *ifbrvm)
veb_set_vid_map(struct veb_softc *sc, const struct ifbrvidmap *ifbrvm)
static int veb_get_vid_map(struct veb_softc *, struct ifbrvidmap *);
static int veb_set_vid_map(struct veb_softc *, const struct ifbrvidmap *);
#define SIOCBRDGSVMAP _IOW('i', 76, struct ifbrvidmap) /* set vid map */
#define SIOCBRDGGVMAP _IOWR('i', 76, struct ifbrvidmap) /* get vid map */