sys/net/if_veb.c
105
struct veb_softc;
sys/net/if_veb.c
1051
veb_transmit(struct veb_softc *sc, struct veb_ctx *ctx, struct mbuf *m,
sys/net/if_veb.c
1157
veb_pvlan(struct veb_softc *sc, uint16_t vid)
sys/net/if_veb.c
1184
struct veb_softc *sc = p->p_veb;
sys/net/if_veb.c
1456
struct veb_softc *sc = ifp->if_softc;
sys/net/if_veb.c
150
struct veb_softc *p_veb;
sys/net/if_veb.c
1734
veb_add_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
sys/net/if_veb.c
1876
veb_trunkport(struct veb_softc *sc, const char *name, unsigned int span)
sys/net/if_veb.c
1899
veb_del_port(struct veb_softc *sc, const struct ifbreq *req, unsigned int span)
sys/net/if_veb.c
1914
veb_port_get(struct veb_softc *sc, const char *name)
sys/net/if_veb.c
1941
veb_port_put(struct veb_softc *sc, struct veb_port *p)
sys/net/if_veb.c
1947
veb_port_set_protected(struct veb_softc *sc, const struct ifbreq *ifbr)
sys/net/if_veb.c
1962
veb_port_set_pvid(struct veb_softc *sc, const struct ifbreq *ifbr)
sys/net/if_veb.c
2002
veb_get_vid_map(struct veb_softc *sc, struct ifbrvidmap *ifbrvm)
sys/net/if_veb.c
2163
veb_set_vid_map(struct veb_softc *sc, const struct ifbrvidmap *ifbrvm)
sys/net/if_veb.c
2218
veb_vid_inuse(struct veb_softc *sc, uint16_t vid)
sys/net/if_veb.c
2246
veb_add_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2380
veb_del_pvlan(struct veb_softc *sc, const struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2490
veb_find_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2496
veb_nfind_pvlan_primary(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2527
veb_nfind_pvlan(struct veb_softc *sc, struct ifbrpvlan *ifbrpv)
sys/net/if_veb.c
2565
veb_rule_add(struct veb_softc *sc, const struct ifbrlreq *ifbr)
sys/net/if_veb.c
2696
veb_rule_list_flush(struct veb_softc *sc, const struct ifbrlreq *ifbr)
sys/net/if_veb.c
271
static int veb_up(struct veb_softc *);
sys/net/if_veb.c
272
static int veb_down(struct veb_softc *);
sys/net/if_veb.c
273
static int veb_iff(struct veb_softc *);
sys/net/if_veb.c
2793
veb_rule_list_get(struct veb_softc *sc, struct ifbrlconf *ifbrl)
sys/net/if_veb.c
2845
veb_port_list(struct veb_softc *sc, struct ifbifconf *bifc)
sys/net/if_veb.c
2928
veb_port_set_flags(struct veb_softc *sc, struct ifbreq *ifbr)
sys/net/if_veb.c
2949
veb_port_get_flags(struct veb_softc *sc, struct ifbreq *ifbr)
sys/net/if_veb.c
2966
veb_add_addr(struct veb_softc *sc, const struct ifbareq *ifba)
sys/net/if_veb.c
297
static void veb_p_unlink(struct veb_softc *, struct veb_port *);
sys/net/if_veb.c
299
static void veb_p_dtor(struct veb_softc *, struct veb_port *);
sys/net/if_veb.c
300
static int veb_add_port(struct veb_softc *,
sys/net/if_veb.c
3015
veb_add_vid_addr(struct veb_softc *sc, const struct ifbvareq *ifbva)
sys/net/if_veb.c
302
static int veb_del_port(struct veb_softc *,
sys/net/if_veb.c
304
static int veb_port_list(struct veb_softc *, struct ifbifconf *);
sys/net/if_veb.c
305
static int veb_port_set_flags(struct veb_softc *, struct ifbreq *);
sys/net/if_veb.c
306
static int veb_port_get_flags(struct veb_softc *, struct ifbreq *);
sys/net/if_veb.c
307
static int veb_port_set_protected(struct veb_softc *,
sys/net/if_veb.c
3074
veb_del_addr(struct veb_softc *sc, const struct ifbareq *ifba)
sys/net/if_veb.c
309
static int veb_port_set_pvid(struct veb_softc *,
sys/net/if_veb.c
3092
veb_del_vid_addr(struct veb_softc *sc, const struct ifbvareq *ifbva)
sys/net/if_veb.c
311
static int veb_add_addr(struct veb_softc *, const struct ifbareq *);
sys/net/if_veb.c
312
static int veb_add_vid_addr(struct veb_softc *, const struct ifbvareq *);
sys/net/if_veb.c
313
static int veb_del_addr(struct veb_softc *, const struct ifbareq *);
sys/net/if_veb.c
314
static int veb_del_vid_addr(struct veb_softc *, const struct ifbvareq *);
sys/net/if_veb.c
316
static int veb_get_vid_map(struct veb_softc *, struct ifbrvidmap *);
sys/net/if_veb.c
317
static int veb_set_vid_map(struct veb_softc *, const struct ifbrvidmap *);
sys/net/if_veb.c
3177
veb_p_unlink(struct veb_softc *sc, struct veb_port *p)
sys/net/if_veb.c
319
static int veb_add_pvlan(struct veb_softc *, const struct ifbrpvlan *);
sys/net/if_veb.c
320
static int veb_del_pvlan(struct veb_softc *, const struct ifbrpvlan *);
sys/net/if_veb.c
321
static int veb_find_pvlan(struct veb_softc *, struct ifbrpvlan *);
sys/net/if_veb.c
322
static int veb_nfind_pvlan(struct veb_softc *, struct ifbrpvlan *);
sys/net/if_veb.c
3222
veb_p_dtor(struct veb_softc *sc, struct veb_port *p)
sys/net/if_veb.c
323
static uint16_t veb_pvlan(struct veb_softc *, uint16_t);
sys/net/if_veb.c
3247
struct veb_softc *sc = p->p_veb;
sys/net/if_veb.c
325
static int veb_rule_add(struct veb_softc *, const struct ifbrlreq *);
sys/net/if_veb.c
326
static int veb_rule_list_flush(struct veb_softc *,
sys/net/if_veb.c
3278
veb_up(struct veb_softc *sc)
sys/net/if_veb.c
329
static int veb_rule_list_get(struct veb_softc *, struct ifbrlconf *);
sys/net/if_veb.c
3294
veb_iff(struct veb_softc *sc)
sys/net/if_veb.c
3300
veb_down(struct veb_softc *sc)
sys/net/if_veb.c
3439
struct veb_softc *sc = p->p_veb;
sys/net/if_veb.c
426
struct veb_softc *sc;
sys/net/if_veb.c
487
struct veb_softc *sc = ifp->if_softc;
sys/net/if_veb.c
587
veb_span(struct veb_softc *sc, struct mbuf *m0)
sys/net/if_veb.c
876
veb_pvlan_filter(struct veb_softc *sc, const struct veb_ctx *ctx, uint16_t vs)
sys/net/if_veb.c
930
veb_broadcast(struct veb_softc *sc, struct veb_ctx *ctx, struct mbuf *m0)