Searched refs:vxlso_sock (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/net/
H A Dif_vxlan.c94 struct socket *vxlso_sock; member in struct:vxlan_socket
881 so = vso->vxlso_sock;
883 vso->vxlso_sock = NULL;
941 error = socreate(vso->vxlso_laddr.sa.sa_family, &vso->vxlso_sock,
948 error = udp_set_kernel_tunneling(vso->vxlso_sock,
965 error = sosetopt(vso->vxlso_sock, &sopt);
986 error = sobind(vso->vxlso_sock, &laddr.sa, td);
1122 error = sosetopt(vso->vxlso_sock, &sopt);
1135 * sotoinpcb(vso->vxlso_sock)->inp_moptions->
1153 error = sosetopt(vso->vxlso_sock,
[all...]

Completed in 163 milliseconds