Searched refs:encap_destroy (Results 1 – 14 of 14) sorted by relevance
77 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
2643 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock() local2644 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()2645 if (encap_destroy) in udp_destroy_sock()2646 encap_destroy(sk); in udp_destroy_sock()
602 tunnel_cfg.encap_destroy = NULL; in fou_create()
77 void (*encap_destroy)(struct sock *sk); member
1683 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock() local1684 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()1685 if (encap_destroy) in udpv6_destroy_sock()1686 encap_destroy(sk); in udpv6_destroy_sock()
87 udp_tunnel_encap_destroy_t encap_destroy; member
1155 udp_sk(sk)->encap_destroy = NULL; in l2tp_tunnel_destruct()1507 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
776 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
1019 tuncfg.encap_destroy = NULL; in gtp_create_sock()1246 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
272 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
624 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
2976 tunnel_cfg.encap_destroy = NULL; in amt_socket_create()
496 encapsulated UDP socket by setting encap_rcv and encap_destroy528 socket's encap_destroy handler is invoked, which L2TP uses to initiate
3489 tunnel_cfg.encap_destroy = NULL; in vxlan_socket_create()