sys/net/if_vxlan.c
1004
vxlan_tep_del_addr(struct vxlan_softc *sc, const union vxlan_addr *addr,
sys/net/if_vxlan.c
1030
vxlan_tep_up(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1084
vxlan_tep_down(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1101
vxlan_up(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1192
vxlan_down(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1238
vxlan_addmulti(struct vxlan_softc *sc, struct ifnet *ifp0)
sys/net/if_vxlan.c
1265
vxlan_delmulti(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1288
vxlan_set_rdomain(struct vxlan_softc *sc, const struct ifreq *ifr)
sys/net/if_vxlan.c
1312
vxlan_get_rdomain(struct vxlan_softc *sc, struct ifreq *ifr)
sys/net/if_vxlan.c
1320
vxlan_set_tunnel(struct vxlan_softc *sc, const struct if_laddrreq *req)
sys/net/if_vxlan.c
1430
vxlan_get_tunnel(struct vxlan_softc *sc, struct if_laddrreq *req)
sys/net/if_vxlan.c
1491
vxlan_del_tunnel(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1513
vxlan_set_vnetid(struct vxlan_softc *sc, const struct ifreq *ifr)
sys/net/if_vxlan.c
1539
vxlan_get_vnetid(struct vxlan_softc *sc, struct ifreq *ifr)
sys/net/if_vxlan.c
1556
vxlan_del_vnetid(struct vxlan_softc *sc)
sys/net/if_vxlan.c
1575
vxlan_set_parent(struct vxlan_softc *sc, const struct if_parent *p)
sys/net/if_vxlan.c
1610
vxlan_get_parent(struct vxlan_softc *sc, struct if_parent *p)
sys/net/if_vxlan.c
1626
vxlan_del_parent(struct vxlan_softc *sc)
sys/net/if_vxlan.c
164
static int vxlan_up(struct vxlan_softc *);
sys/net/if_vxlan.c
1644
vxlan_add_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
sys/net/if_vxlan.c
165
static int vxlan_down(struct vxlan_softc *);
sys/net/if_vxlan.c
166
static int vxlan_addmulti(struct vxlan_softc *, struct ifnet *);
sys/net/if_vxlan.c
167
static void vxlan_delmulti(struct vxlan_softc *);
sys/net/if_vxlan.c
1728
vxlan_del_addr(struct vxlan_softc *sc, const struct ifbareq *ifba)
sys/net/if_vxlan.c
173
static int vxlan_set_rdomain(struct vxlan_softc *, const struct ifreq *);
sys/net/if_vxlan.c
1736
struct vxlan_softc *sc = arg;
sys/net/if_vxlan.c
174
static int vxlan_get_rdomain(struct vxlan_softc *, struct ifreq *);
sys/net/if_vxlan.c
175
static int vxlan_set_tunnel(struct vxlan_softc *,
sys/net/if_vxlan.c
177
static int vxlan_get_tunnel(struct vxlan_softc *, struct if_laddrreq *);
sys/net/if_vxlan.c
178
static int vxlan_del_tunnel(struct vxlan_softc *);
sys/net/if_vxlan.c
1786
struct vxlan_softc *sc = arg;
sys/net/if_vxlan.c
179
static int vxlan_set_vnetid(struct vxlan_softc *, const struct ifreq *);
sys/net/if_vxlan.c
1794
struct vxlan_softc *sc = arg;
sys/net/if_vxlan.c
180
static int vxlan_get_vnetid(struct vxlan_softc *, struct ifreq *);
sys/net/if_vxlan.c
181
static int vxlan_del_vnetid(struct vxlan_softc *);
sys/net/if_vxlan.c
182
static int vxlan_set_parent(struct vxlan_softc *,
sys/net/if_vxlan.c
184
static int vxlan_get_parent(struct vxlan_softc *, struct if_parent *);
sys/net/if_vxlan.c
185
static int vxlan_del_parent(struct vxlan_softc *);
sys/net/if_vxlan.c
187
static int vxlan_add_addr(struct vxlan_softc *, const struct ifbareq *);
sys/net/if_vxlan.c
188
static int vxlan_del_addr(struct vxlan_softc *, const struct ifbareq *);
sys/net/if_vxlan.c
227
struct vxlan_softc *sc;
sys/net/if_vxlan.c
282
struct vxlan_softc *sc = ifp->if_softc;
sys/net/if_vxlan.c
301
static struct vxlan_softc *
sys/net/if_vxlan.c
302
vxlan_take(struct vxlan_softc *sc)
sys/net/if_vxlan.c
309
vxlan_rele(struct vxlan_softc *sc)
sys/net/if_vxlan.c
315
vxlan_encap(struct vxlan_softc *sc, struct mbuf *m,
sys/net/if_vxlan.c
316
struct mbuf *(ip_encap)(struct vxlan_softc *sc, struct mbuf *,
sys/net/if_vxlan.c
411
vxlan_encap_ipv4(struct vxlan_softc *sc, struct mbuf *m,
sys/net/if_vxlan.c
436
vxlan_encap_ipv6(struct vxlan_softc *sc, struct mbuf *m,
sys/net/if_vxlan.c
484
struct vxlan_softc *sc = ifp->if_softc;
sys/net/if_vxlan.c
499
struct vxlan_softc *sc = ifp->if_softc;
sys/net/if_vxlan.c
505
vxlan_send_ipv4(struct vxlan_softc *sc, struct mbuf_list *ml)
sys/net/if_vxlan.c
530
vxlan_send_ipv6(struct vxlan_softc *sc, struct mbuf_list *ml)
sys/net/if_vxlan.c
557
struct vxlan_softc *sc = arg;
sys/net/if_vxlan.c
559
struct mbuf *(*ip_encap)(struct vxlan_softc *, struct mbuf *,
sys/net/if_vxlan.c
561
uint64_t (*ip_send)(struct vxlan_softc *, struct mbuf_list *);
sys/net/if_vxlan.c
617
struct vxlan_softc *sc = NULL;
sys/net/if_vxlan.c
729
struct vxlan_softc *sc = ifp->if_softc;
sys/net/if_vxlan.c
86
struct vxlan_softc;
sys/net/if_vxlan.c
884
vxlan_tep_get(struct vxlan_softc *sc, const union vxlan_addr *addr)
sys/net/if_vxlan.c
900
vxlan_tep_add_addr(struct vxlan_softc *sc, const union vxlan_addr *addr,
sys/net/if_vxlan.c
94
struct vxlan_softc *p_sc;