Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dudp_tunnel_core.c77 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
Dudp.c2653 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local
2654 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2655 if (encap_destroy) in udp_destroy_sock()
2656 encap_destroy(sk); in udp_destroy_sock()
Dfou.c581 tunnel_cfg.encap_destroy = NULL; in fou_create()
/Linux-v6.1/include/linux/
Dudp.h75 void (*encap_destroy)(struct sock *sk); member
/Linux-v6.1/net/ipv6/
Dudp.c1655 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock() local
1656 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()
1657 if (encap_destroy) in udpv6_destroy_sock()
1658 encap_destroy(sk); in udpv6_destroy_sock()
/Linux-v6.1/include/net/
Dudp_tunnel.h87 udp_tunnel_encap_destroy_t encap_destroy; member
/Linux-v6.1/net/l2tp/
Dl2tp_core.c1146 (udp_sk(sk))->encap_destroy = NULL; in l2tp_tunnel_destruct()
1507 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/Linux-v6.1/net/tipc/
Dudp_media.c776 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/Linux-v6.1/drivers/net/
Dbareudp.c256 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
Dgtp.c1012 tuncfg.encap_destroy = NULL; in gtp_create_sock()
1238 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
Dgeneve.c614 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
Damt.c2976 tunnel_cfg.encap_destroy = NULL; in amt_socket_create()
/Linux-v6.1/Documentation/networking/
Dl2tp.rst496 encapsulated UDP socket by setting encap_rcv and encap_destroy
528 socket's encap_destroy handler is invoked, which L2TP uses to initiate
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c3414 tunnel_cfg.encap_destroy = NULL; in vxlan_socket_create()