ifbrpvlan
struct ifbrpvlan ifbrpv;
struct ifbrpvlan ifbrpv;
struct ifbrpvlan ifbrpv;
error = veb_add_pvlan(sc, (const struct ifbrpvlan *)data);
error = veb_del_pvlan(sc, (const struct ifbrpvlan *)data);
error = veb_find_pvlan(sc, (struct ifbrpvlan *)data);
error = veb_nfind_pvlan(sc, (struct ifbrpvlan *)data);
veb_add_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
veb_del_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
veb_find_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
veb_nfind_pvlan_primary(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
veb_nfind_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
static int veb_add_pvlan(struct veb_softc *, const struct ifbrpvlan *);
static int veb_del_pvlan(struct veb_softc *, const struct ifbrpvlan *);
static int veb_find_pvlan(struct veb_softc *, struct ifbrpvlan *);
static int veb_nfind_pvlan(struct veb_softc *, struct ifbrpvlan *);
#define SIOCBRDGADDPV _IOW('i', 60, struct ifbrpvlan) /* add pvlan */
#define SIOCBRDGFINDPV _IOWR('i', 60, struct ifbrpvlan) /* find pvlan */
#define SIOCBRDGDELPV _IOW('i', 61, struct ifbrpvlan) /* del pvlan */
#define SIOCBRDGNFINDPV _IOWR('i', 61, struct ifbrpvlan) /* nfind pvlan */