Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtunnel6.c22 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly;
23 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly;
24 static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly;
32 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_register()
34 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_register()
35 struct xfrm6_tunnel *t; in xfrm6_tunnel_register()
76 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_deregister()
78 struct xfrm6_tunnel __rcu **pprev; in xfrm6_tunnel_deregister()
79 struct xfrm6_tunnel *t; in xfrm6_tunnel_deregister()
124 struct xfrm6_tunnel *handler; in tunnelmpls6_rcv()
[all …]
H A Dxfrm6_tunnel.c306 static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = {
312 static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = {
H A DMakefile34 obj-$(CONFIG_INET6_XFRM_TUNNEL) += xfrm6_tunnel.o
H A Dip6_vti.c1216 static struct xfrm6_tunnel vti_ipv6_handler __read_mostly = {
1223 static struct xfrm6_tunnel vti_ip6ip_handler __read_mostly = {
H A Dip6_tunnel.c2252 static struct xfrm6_tunnel ip4ip6_handler __read_mostly = { in ip6_tnl_exit_rtnl_net()
2258 static struct xfrm6_tunnel ip6ip6_handler __read_mostly = { in ip6_tnl_exit_rtnl_net()
2264 static struct xfrm6_tunnel mplsip6_handler __read_mostly = { in ip6_tnl_exit_rtnl_net()
/linux/include/net/
H A Dxfrm.h1633 struct xfrm6_tunnel { struct
1638 struct xfrm6_tunnel __rcu *next; argument
1834 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family);
1835 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family);
1639 priorityxfrm6_tunnel global() argument
/linux/net/xfrm/
H A Dxfrm_interface_core.c1012 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = {
1019 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = {