Home
last modified time | relevance | path

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

/linux/drivers/net/ovpn/
H A Dudp.c392 .encap_destroy = ovpn_udp_encap_destroy, in ovpn_udp_socket_attach()
446 WRITE_ONCE(udp_sk(sk)->encap_destroy, NULL); in ovpn_udp_socket_detach()
/linux/include/net/
H A Dudp_tunnel.h92 udp_tunnel_encap_destroy_t encap_destroy;
87 udp_tunnel_encap_destroy_t encap_destroy; global() member
/linux/net/ipv4/
H A Dudp.c2945 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local
2946 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2947 if (encap_destroy) in udp_destroy_sock()
2948 encap_destroy(sk); in udp_destroy_sock()
H A Dfou_core.c601 tunnel_cfg.encap_destroy = NULL; in fou_create()
/linux/net/l2tp/
H A Dl2tp_core.c156 udp_sk(sk)->encap_destroy = NULL; in l2tp_tunnel_free()
1678 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/linux/net/tipc/
H A Dudp_media.c776 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/linux/drivers/net/
H A Dbareudp.c270 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
H A Dgtp.c1435 tuncfg.encap_destroy = NULL; in gtp_create_sock()
1690 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
H A Dgeneve.c1009 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
H A Damt.c2981 tunnel_cfg.encap_destroy = NULL; in amt_socket_create()
/linux/Documentation/networking/
H A Dl2tp.rst619 encapsulated UDP socket by setting encap_rcv and encap_destroy
650 socket's encap_destroy handler is invoked, which L2TP uses to initiate
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3610 tunnel_cfg.encap_destroy = NULL; in vxlan_socket_create()