Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_core.c79 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
H A Dudp.c2588 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local
2589 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2590 if (encap_destroy) in udp_destroy_sock()
2591 encap_destroy(sk); in udp_destroy_sock()
H A Dfou.c595 tunnel_cfg.encap_destroy = NULL; in fou_create()
/OK3568_Linux_fs/kernel/include/linux/
H A Dudp.h79 void (*encap_destroy)(struct sock *sk); member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c1608 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock() local
1609 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()
1610 if (encap_destroy) in udpv6_destroy_sock()
1611 encap_destroy(sk); in udpv6_destroy_sock()
/OK3568_Linux_fs/kernel/include/net/
H A Dudp_tunnel.h83 udp_tunnel_encap_destroy_t encap_destroy; member
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dlocal_object.c134 udp_sk(usk)->encap_destroy = NULL; in rxrpc_open_socket()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_core.c1146 (udp_sk(sk))->encap_destroy = NULL; in l2tp_tunnel_destruct()
1504 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dudp_media.c768 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dbareudp.c247 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
H A Dgtp.c820 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
H A Dgeneve.c596 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
H A Dvxlan.c3542 tunnel_cfg.encap_destroy = NULL; in vxlan_socket_create()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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