Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dudp_var.h183 int udp_set_kernel_tunneling(struct socket *so, udp_tun_func_t f,
H A Dip_gre.c299 error = udp_set_kernel_tunneling(gs->so, in in_gre_setup_socket()
H A Dudp_usrreq.c1550 udp_set_kernel_tunneling(struct socket *so, udp_tun_func_t f, udp_tun_icmp_t i, void *ctx) in udp_set_kernel_tunneling() function
H A Dtcp_subr.c818 if ((ret = udp_set_kernel_tunneling(V_udp4_tun_socket, in tcp_over_udp_start()
844 if ((ret = udp_set_kernel_tunneling(V_udp6_tun_socket, in tcp_over_udp_start()
H A Dsctputil.c7524 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
7550 if ((ret = udp_set_kernel_tunneling(SCTP_BASE_INFO(udp6_tun_socket), in sctp_over_udp_start()
/freebsd/sys/netinet6/
H A Dip6_gre.c294 error = udp_set_kernel_tunneling(gs->so, in in6_gre_setup_socket()
/freebsd/sys/net/
H A Dif_ovpn.c770 ret = udp_set_kernel_tunneling(sc->so, NULL, NULL, NULL); in ovpn_new_peer()
793 ret = udp_set_kernel_tunneling(sc->so, ovpn_udp_input, NULL, sc); in ovpn_new_peer()
2739 ret = udp_set_kernel_tunneling(sc->so, NULL, NULL, NULL); in ovpn_clone_destroy_cb()
H A Dif_vxlan.c1001 error = udp_set_kernel_tunneling(vso->vxlso_sock, in vxlan_socket_init()
/freebsd/sys/dev/wg/
H A Dif_wg.c762 rc = udp_set_kernel_tunneling(so4, wg_input, NULL, sc); in wg_socket_init()
774 rc = udp_set_kernel_tunneling(so6, wg_input, NULL, sc); in wg_socket_init()