Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp_tunnel_core.c86 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
H A Dudp.c2844 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local
2845 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2846 if (encap_destroy) in udp_destroy_sock()
2847 encap_destroy(sk); in udp_destroy_sock()
H A Dfou_core.c598 tunnel_cfg.encap_destroy = NULL; in fou_create()
/linux/include/linux/
H A Dudp.h110 void (*encap_destroy)(struct sock *sk); member
/linux/net/ipv6/
H A Dudp.c1803 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock() local
1804 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()
1805 if (encap_destroy) in udpv6_destroy_sock()
1806 encap_destroy(sk); in udpv6_destroy_sock()
/linux/net/l2tp/
H A Dl2tp_core.c156 udp_sk(sk)->encap_destroy = NULL; in l2tp_tunnel_free()
1684 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/linux/net/tipc/
H A Dudp_media.c772 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/linux/drivers/net/
H A Dbareudp.c271 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
H A Dgeneve.c1046 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
H A Damt.c3025 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