ifbareq
struct ifbareq ifba;
struct ifbareq ifba;
struct ifbareq ifba;
struct ifbareq *ifba;
struct ifbareq ifba;
struct ifbareq *bareq, *bareqs = NULL;
struct ifbareq *bareq = (struct ifbareq *)data;
static int bpe_add_addr(struct bpe_softc *, const struct ifbareq *);
static int bpe_del_addr(struct bpe_softc *, const struct ifbareq *);
error = bpe_add_addr(sc, (struct ifbareq *)data);
error = bpe_del_addr(sc, (struct ifbareq *)data);
bpe_add_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
bpe_del_addr(struct bpe_softc *sc, const struct ifbareq *ifba)
struct ifbareq *ifbacu_req; /* request pointer */
struct ifbareq bareq;
error = nvgre_add_addr(sc, (struct ifbareq *)data);
error = nvgre_del_addr(sc, (struct ifbareq *)data);
nvgre_add_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
nvgre_del_addr(struct nvgre_softc *sc, const struct ifbareq *ifba)
static int nvgre_add_addr(struct nvgre_softc *, const struct ifbareq *);
static int nvgre_del_addr(struct nvgre_softc *, const struct ifbareq *);
error = veb_add_addr(sc, (struct ifbareq *)data);
error = veb_del_addr(sc, (struct ifbareq *)data);
veb_add_addr(struct veb_softc *sc, const struct ifbareq *ifba)
veb_del_addr(struct veb_softc *sc, const struct ifbareq *ifba)
static int veb_add_addr(struct veb_softc *, const struct ifbareq *);
static int veb_del_addr(struct veb_softc *, const struct ifbareq *);
vxlan_add_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
vxlan_del_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
static int vxlan_add_addr(struct vxlan_softc *, const struct ifbareq *);
static int vxlan_del_addr(struct vxlan_softc *, const struct ifbareq *);
error = vxlan_add_addr(sc, (struct ifbareq *)data);
error = vxlan_del_addr(sc, (struct ifbareq *)data);
#define SIOCBRDGSADDR _IOWR('i', 68, struct ifbareq) /* set addr flags */
#define SIOCBRDGDADDR _IOW('i', 71, struct ifbareq) /* delete addr */