Home
last modified time | relevance | path

Searched refs:vxlso_sock (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vxlan.c112 struct socket *vxlso_sock; member
915 so = vso->vxlso_sock; in vxlan_socket_destroy()
917 vso->vxlso_sock = NULL; in vxlan_socket_destroy()
975 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock, in vxlan_socket_init()
982 error = udp_set_kernel_tunneling(vso->vxlso_sock, in vxlan_socket_init()
999 error = sosetopt(vso->vxlso_sock, &sopt); in vxlan_socket_init()
1020 error = sobind(vso->vxlso_sock, &laddr.sa, td); in vxlan_socket_bind()
1156 error = sosetopt(vso->vxlso_sock, &sopt); in vxlan_socket_mc_join_group()
1187 error = sosetopt(vso->vxlso_sock, &sopt); in vxlan_socket_mc_join_group()
1222 error = sosetopt(vso->vxlso_sock, &sopt); in vxlan_socket_mc_leave_group()
[all …]