Searched defs:vso (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/net/ |
H A D | if_vxlan.c | 897 struct vxlan_socket *vso; vxlan_socket_alloc() local 911 vxlan_socket_destroy(struct vxlan_socket * vso) vxlan_socket_destroy() argument 942 vxlan_socket_release(struct vxlan_socket * vso) vxlan_socket_release() argument 959 struct vxlan_socket *vso; vxlan_socket_lookup() local 974 vxlan_socket_insert(struct vxlan_socket * vso) vxlan_socket_insert() argument 984 vxlan_socket_init(struct vxlan_socket * vso,struct ifnet * ifp) vxlan_socket_init() argument 1027 vxlan_socket_bind(struct vxlan_socket * vso,struct ifnet * ifp) vxlan_socket_bind() argument 1051 struct vxlan_socket *vso; vxlan_socket_create() local 1098 vxlan_socket_ifdetach(struct vxlan_socket * vso,struct ifnet * ifp,struct vxlan_softc_head * list) vxlan_socket_ifdetach() argument 1117 struct vxlan_socket *vso; vxlan_socket_mc_lookup() local 1151 vxlan_socket_mc_join_group(struct vxlan_socket * vso,const union vxlan_sockaddr * group,const union vxlan_sockaddr * local,int * ifidx,union vxlan_sockaddr * source) vxlan_socket_mc_join_group() argument 1218 vxlan_socket_mc_leave_group(struct vxlan_socket * vso,const union vxlan_sockaddr * group,const union vxlan_sockaddr * source,int ifidx) vxlan_socket_mc_leave_group() argument 1259 vxlan_socket_mc_add_group(struct vxlan_socket * vso,const union vxlan_sockaddr * group,const union vxlan_sockaddr * local,int ifidx,int * idx) vxlan_socket_mc_add_group() argument 1323 vxlan_socket_mc_release_group_by_idx(struct vxlan_socket * vso,int idx) vxlan_socket_mc_release_group_by_idx() argument 1357 vxlan_socket_lookup_softc_locked(struct vxlan_socket * vso,uint32_t vni) vxlan_socket_lookup_softc_locked() argument 1376 vxlan_socket_lookup_softc(struct vxlan_socket * vso,uint32_t vni) vxlan_socket_lookup_softc() argument 1389 vxlan_socket_insert_softc(struct vxlan_socket * vso,struct vxlan_softc * sc) vxlan_socket_insert_softc() argument 1413 vxlan_socket_remove_softc(struct vxlan_socket * vso,struct vxlan_softc * sc) vxlan_socket_remove_softc() argument 1529 struct vxlan_socket *vso; vxlan_setup_socket() local 1815 struct vxlan_socket *vso; vxlan_teardown_locked() local 2807 struct vxlan_socket *vso; vxlan_rcv_udp_packet() local 2852 vxlan_input(struct vxlan_socket * vso,uint32_t vni,struct mbuf ** m0,const struct sockaddr * sa) vxlan_input() argument 3609 struct vxlan_socket *vso; vxlan_ifdetach_event() local [all...] |