Searched refs:encap_destroy (Results 1 – 7 of 7) sorted by relevance
391 .encap_destroy = ovpn_udp_encap_destroy, in ovpn_udp_socket_attach()445 WRITE_ONCE(udp_sk(sk)->encap_destroy, NULL); in ovpn_udp_socket_detach()
87 udp_tunnel_encap_destroy_t encap_destroy; member
2924 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local2925 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()2926 if (encap_destroy) in udp_destroy_sock()2927 encap_destroy(sk); in udp_destroy_sock()
156 udp_sk(sk)->encap_destroy = NULL; in l2tp_tunnel_free() 1676 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
776 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
270 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
619 encapsulated UDP socket by setting encap_rcv and encap_destroy650 socket's encap_destroy handler is invoked, which L2TP uses to initiate