sys/net/if_vxlan.c
1030
vxlan_socket_bind(struct vxlan_socket *vso, struct ifnet *ifp)
sys/net/if_vxlan.c
1051
const union vxlan_sockaddr *saddr, struct vxlan_socket **vsop)
sys/net/if_vxlan.c
1054
struct vxlan_socket *vso;
sys/net/if_vxlan.c
1101
vxlan_socket_ifdetach(struct vxlan_socket *vso, struct ifnet *ifp,
sys/net/if_vxlan.c
1116
static struct vxlan_socket *
sys/net/if_vxlan.c
1120
struct vxlan_socket *vso;
sys/net/if_vxlan.c
114
LIST_ENTRY(vxlan_socket) vxlso_entry;
sys/net/if_vxlan.c
1154
vxlan_socket_mc_join_group(struct vxlan_socket *vso,
sys/net/if_vxlan.c
1221
vxlan_socket_mc_leave_group(struct vxlan_socket *vso,
sys/net/if_vxlan.c
1262
vxlan_socket_mc_add_group(struct vxlan_socket *vso,
sys/net/if_vxlan.c
1326
vxlan_socket_mc_release_group_by_idx(struct vxlan_socket *vso, int idx)
sys/net/if_vxlan.c
1360
vxlan_socket_lookup_softc_locked(struct vxlan_socket *vso, uint32_t vni)
sys/net/if_vxlan.c
1379
vxlan_socket_lookup_softc(struct vxlan_socket *vso, uint32_t vni)
sys/net/if_vxlan.c
1392
vxlan_socket_insert_softc(struct vxlan_socket *vso, struct vxlan_softc *sc)
sys/net/if_vxlan.c
1416
vxlan_socket_remove_softc(struct vxlan_socket *vso, struct vxlan_softc *sc)
sys/net/if_vxlan.c
1532
struct vxlan_socket *vso;
sys/net/if_vxlan.c
165
struct vxlan_socket *vxl_sock;
sys/net/if_vxlan.c
1818
struct vxlan_socket *vso;
sys/net/if_vxlan.c
268
static struct vxlan_socket *
sys/net/if_vxlan.c
270
static void vxlan_socket_destroy(struct vxlan_socket *);
sys/net/if_vxlan.c
271
static void vxlan_socket_release(struct vxlan_socket *);
sys/net/if_vxlan.c
272
static struct vxlan_socket *
sys/net/if_vxlan.c
274
static void vxlan_socket_insert(struct vxlan_socket *);
sys/net/if_vxlan.c
275
static int vxlan_socket_init(struct vxlan_socket *, struct ifnet *);
sys/net/if_vxlan.c
276
static int vxlan_socket_bind(struct vxlan_socket *, struct ifnet *);
sys/net/if_vxlan.c
278
const union vxlan_sockaddr *, struct vxlan_socket **);
sys/net/if_vxlan.c
279
static void vxlan_socket_ifdetach(struct vxlan_socket *,
sys/net/if_vxlan.c
2814
struct vxlan_socket *vso;
sys/net/if_vxlan.c
282
static struct vxlan_socket *
sys/net/if_vxlan.c
2859
vxlan_input(struct vxlan_socket *vso, uint32_t vni, struct mbuf **m0,
sys/net/if_vxlan.c
288
static int vxlan_socket_mc_join_group(struct vxlan_socket *,
sys/net/if_vxlan.c
291
static int vxlan_socket_mc_leave_group(struct vxlan_socket *,
sys/net/if_vxlan.c
294
static int vxlan_socket_mc_add_group(struct vxlan_socket *,
sys/net/if_vxlan.c
297
static void vxlan_socket_mc_release_group_by_idx(struct vxlan_socket *,
sys/net/if_vxlan.c
301
vxlan_socket_lookup_softc_locked(struct vxlan_socket *,
sys/net/if_vxlan.c
304
vxlan_socket_lookup_softc(struct vxlan_socket *, uint32_t);
sys/net/if_vxlan.c
305
static int vxlan_socket_insert_softc(struct vxlan_socket *,
sys/net/if_vxlan.c
307
static void vxlan_socket_remove_softc(struct vxlan_socket *,
sys/net/if_vxlan.c
3616
struct vxlan_socket *vso;
sys/net/if_vxlan.c
367
static int vxlan_input(struct vxlan_socket *, uint32_t, struct mbuf **,
sys/net/if_vxlan.c
422
static LIST_HEAD(, vxlan_socket) vxlan_socket_list =
sys/net/if_vxlan.c
897
static struct vxlan_socket *
sys/net/if_vxlan.c
900
struct vxlan_socket *vso;
sys/net/if_vxlan.c
914
vxlan_socket_destroy(struct vxlan_socket *vso)
sys/net/if_vxlan.c
945
vxlan_socket_release(struct vxlan_socket *vso)
sys/net/if_vxlan.c
959
static struct vxlan_socket *
sys/net/if_vxlan.c
962
struct vxlan_socket *vso;
sys/net/if_vxlan.c
977
vxlan_socket_insert(struct vxlan_socket *vso)
sys/net/if_vxlan.c
987
vxlan_socket_init(struct vxlan_socket *vso, struct ifnet *ifp)