Home
last modified time | relevance | path

Searched refs:xfrm_tunnel (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/net/ipv4/
Dtunnel4.c19 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly;
20 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly;
21 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly;
24 static inline struct xfrm_tunnel __rcu **fam_handlers(unsigned short family) in fam_handlers()
31 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register()
33 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_register()
34 struct xfrm_tunnel *t; in xfrm4_tunnel_register()
63 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister()
65 struct xfrm_tunnel __rcu **pprev; in xfrm4_tunnel_deregister()
66 struct xfrm_tunnel *t; in xfrm4_tunnel_deregister()
[all …]
Dxfrm4_tunnel.c65 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = {
72 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = {
Dipip.c576 static struct xfrm_tunnel ipip_handler __read_mostly = {
583 static struct xfrm_tunnel mplsip_handler __read_mostly = {
Dip_vti.c482 static struct xfrm_tunnel vti_ipip_handler __read_mostly = {
490 static struct xfrm_tunnel vti_ipip6_handler __read_mostly = {
/linux-6.6.21/include/net/
Dxfrm.h1503 struct xfrm_tunnel { struct
1508 struct xfrm_tunnel __rcu *next; argument
1689 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family);
1690 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family);
/linux-6.6.21/net/xfrm/
Dxfrm_interface_core.c1073 static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = {
1080 static struct xfrm_tunnel xfrmi_ipip6_handler __read_mostly = {
/linux-6.6.21/net/ipv6/
Dsit.c1782 static struct xfrm_tunnel sit_handler __read_mostly = {
1788 static struct xfrm_tunnel ipip_handler __read_mostly = {
1795 static struct xfrm_tunnel mplsip_handler __read_mostly = {