Home
last modified time | relevance | path

Searched refs:encap_destroy (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_core.c77 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
H A Dudp.c2621 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock()
2622 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2623 if (encap_destroy) in udp_destroy_sock()
2624 encap_destroy(sk); in udp_destroy_sock()
H A Dfou_core.c583 tunnel_cfg.encap_destroy = NULL; in fou_create()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_core.c79 udp_sk(sk)->encap_destroy = cfg->encap_destroy; in setup_udp_tunnel_sock()
H A Dudp.c2607 void (*encap_destroy)(struct sock *sk); in udp_destroy_sock()
2608 encap_destroy = READ_ONCE(up->encap_destroy); in udp_destroy_sock()
2609 if (encap_destroy) in udp_destroy_sock()
2610 encap_destroy(sk); in udp_destroy_sock()
H A Dfou.c595 tunnel_cfg.encap_destroy = NULL; in fou_create()
/kernel/linux/linux-5.10/include/linux/
H A Dudp.h79 void (*encap_destroy)(struct sock *sk); member
/kernel/linux/linux-6.6/include/linux/
H A Dudp.h77 void (*encap_destroy)(struct sock *sk); member
/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h83 udp_tunnel_encap_destroy_t encap_destroy; member
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c1632 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock()
1633 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()
1634 if (encap_destroy) in udpv6_destroy_sock()
1635 encap_destroy(sk); in udpv6_destroy_sock()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c1672 void (*encap_destroy)(struct sock *sk); in udpv6_destroy_sock()
1673 encap_destroy = READ_ONCE(up->encap_destroy); in udpv6_destroy_sock()
1674 if (encap_destroy) in udpv6_destroy_sock()
1675 encap_destroy(sk); in udpv6_destroy_sock()
/kernel/linux/linux-6.6/include/net/
H A Dudp_tunnel.h87 udp_tunnel_encap_destroy_t encap_destroy; member
/kernel/linux/linux-5.10/net/rxrpc/
H A Dlocal_object.c134 udp_sk(usk)->encap_destroy = NULL; in rxrpc_open_socket()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_core.c1144 (udp_sk(sk))->encap_destroy = NULL; in l2tp_tunnel_destruct()
1498 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_core.c1144 udp_sk(sk)->encap_destroy = NULL; in l2tp_tunnel_destruct()
1496 .encap_destroy = l2tp_udp_encap_destroy, in l2tp_tunnel_register()
/kernel/linux/linux-5.10/drivers/net/
H A Dbareudp.c247 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
H A Dgtp.c826 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
H A Dgeneve.c596 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
/kernel/linux/linux-5.10/net/tipc/
H A Dudp_media.c769 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/kernel/linux/linux-6.6/drivers/net/
H A Dbareudp.c256 tunnel_cfg.encap_destroy = NULL; in bareudp_socket_create()
H A Dgtp.c1016 tuncfg.encap_destroy = NULL; in gtp_create_sock()
1242 tuncfg.encap_destroy = gtp_encap_destroy; in gtp_encap_enable_socket()
H A Dgeneve.c623 tunnel_cfg.encap_destroy = NULL; in geneve_socket_create()
H A Damt.c2976 tunnel_cfg.encap_destroy = NULL; in amt_socket_create()
/kernel/linux/linux-6.6/net/tipc/
H A Dudp_media.c773 tuncfg.encap_destroy = NULL; in tipc_udp_enable()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c3539 tunnel_cfg.encap_destroy = NULL; in vxlan_socket_create()

Completed in 48 milliseconds

12