Lines Matching defs:veb_softc
113 struct veb_softc;
128 struct veb_softc *p_veb;
150 struct veb_softc {
176 static int veb_up(struct veb_softc *);
177 static int veb_down(struct veb_softc *);
178 static int veb_iff(struct veb_softc *);
202 static void veb_p_unlink(struct veb_softc *, struct veb_port *);
204 static void veb_p_dtor(struct veb_softc *, struct veb_port *);
205 static int veb_add_port(struct veb_softc *,
207 static int veb_del_port(struct veb_softc *,
209 static int veb_port_list(struct veb_softc *, struct ifbifconf *);
210 static int veb_port_set_flags(struct veb_softc *, struct ifbreq *);
211 static int veb_port_get_flags(struct veb_softc *, struct ifbreq *);
212 static int veb_port_set_protected(struct veb_softc *,
214 static int veb_add_addr(struct veb_softc *, const struct ifbareq *);
215 static int veb_del_addr(struct veb_softc *, const struct ifbareq *);
217 static int veb_rule_add(struct veb_softc *, const struct ifbrlreq *);
218 static int veb_rule_list_flush(struct veb_softc *,
221 static int veb_rule_list_get(struct veb_softc *, struct ifbrlconf *);
276 struct veb_softc *sc;
331 struct veb_softc *sc = ifp->if_softc;
419 veb_span(struct veb_softc *sc, struct mbuf *m0)
929 veb_broadcast(struct veb_softc *sc, struct veb_port *rp, struct mbuf *m0,
1012 veb_transmit(struct veb_softc *sc, struct veb_port *rp, struct veb_port *tp,
1067 struct veb_softc *sc = p->p_veb;
1223 struct veb_softc *sc = ifp->if_softc;
1428 veb_add_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
1554 veb_trunkport(struct veb_softc *sc, const char *name, unsigned int span)
1577 veb_del_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
1592 veb_port_get(struct veb_softc *sc, const char *name)
1619 veb_port_put(struct veb_softc *sc, struct veb_port *p)
1625 veb_port_set_protected(struct veb_softc *sc, const struct ifbreq *ifbr)
1640 veb_rule_add(struct veb_softc *sc, const struct ifbrlreq *ifbr)
1771 veb_rule_list_flush(struct veb_softc *sc, const struct ifbrlreq *ifbr)
1868 veb_rule_list_get(struct veb_softc *sc, struct ifbrlconf *ifbrl)
1920 veb_port_list(struct veb_softc *sc, struct ifbifconf *bifc)
2002 veb_port_set_flags(struct veb_softc *sc, struct ifbreq *ifbr)
2020 veb_port_get_flags(struct veb_softc *sc, struct ifbreq *ifbr)
2037 veb_add_addr(struct veb_softc *sc, const struct ifbareq *ifba)
2071 veb_del_addr(struct veb_softc *sc, const struct ifbareq *ifba)
2142 veb_p_unlink(struct veb_softc *sc, struct veb_port *p)
2178 veb_p_dtor(struct veb_softc *sc, struct veb_port *p)
2203 struct veb_softc *sc = p->p_veb;
2234 veb_up(struct veb_softc *sc)
2250 veb_iff(struct veb_softc *sc)
2256 veb_down(struct veb_softc *sc)