blob: a74013d3eceb448e07d39bc0e2dc5dd03dc401bd [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * xfrm6_policy.c: based on xfrm4_policy.c
3 *
4 * Authors:
5 * Mitsuru KANDA @USAGI
Ian Morris67ba4152014-08-24 21:53:10 +01006 * Kazunori MIYAZAWA @USAGI
7 * Kunihiro Ishiguro <kunihiro@ipinfusion.com>
8 * IPv6 support
9 * YOSHIFUJI Hideaki
10 * Split up af-specific portion
YOSHIFUJI Hideaki1ab14572007-02-09 23:24:49 +090011 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 */
13
Herbert Xu66cdb3c2007-11-13 21:37:28 -080014#include <linux/err.h>
15#include <linux/kernel.h>
Herbert Xuaabc9762005-05-03 16:27:10 -070016#include <linux/netdevice.h>
17#include <net/addrconf.h>
Herbert Xu45ff5a32007-11-13 21:35:32 -080018#include <net/dst.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <net/xfrm.h>
20#include <net/ip.h>
21#include <net/ipv6.h>
22#include <net/ip6_route.h>
Amerigo Wang07a93622012-10-29 16:23:10 +000023#if IS_ENABLED(CONFIG_IPV6_MIP6)
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -070024#include <net/mip6.h>
25#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Linus Torvalds1da177e2005-04-16 15:20:36 -070027static struct xfrm_policy_afinfo xfrm6_policy_afinfo;
28
David Ahern42a7b322015-08-10 16:58:11 -060029static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, int oif,
David S. Miller5e6b9302011-02-24 00:14:45 -050030 const xfrm_address_t *saddr,
31 const xfrm_address_t *daddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -070032{
David S. Miller7e1dc7b2011-03-12 02:42:11 -050033 struct flowi6 fl6;
Herbert Xu66cdb3c2007-11-13 21:37:28 -080034 struct dst_entry *dst;
35 int err;
36
David S. Miller7e1dc7b2011-03-12 02:42:11 -050037 memset(&fl6, 0, sizeof(fl6));
David Ahern42a7b322015-08-10 16:58:11 -060038 fl6.flowi6_oif = oif;
David S. Miller7e1dc7b2011-03-12 02:42:11 -050039 memcpy(&fl6.daddr, daddr, sizeof(fl6.daddr));
Herbert Xu66cdb3c2007-11-13 21:37:28 -080040 if (saddr)
David S. Miller7e1dc7b2011-03-12 02:42:11 -050041 memcpy(&fl6.saddr, saddr, sizeof(fl6.saddr));
Herbert Xu66cdb3c2007-11-13 21:37:28 -080042
David S. Miller4c9483b2011-03-12 16:22:43 -050043 dst = ip6_route_output(net, NULL, &fl6);
Herbert Xu66cdb3c2007-11-13 21:37:28 -080044
45 err = dst->error;
46 if (dst->error) {
Ville Nuorvala42513202006-10-16 22:10:05 -070047 dst_release(dst);
Herbert Xu66cdb3c2007-11-13 21:37:28 -080048 dst = ERR_PTR(err);
49 }
50
51 return dst;
Linus Torvalds1da177e2005-04-16 15:20:36 -070052}
53
David Ahern42a7b322015-08-10 16:58:11 -060054static int xfrm6_get_saddr(struct net *net, int oif,
Alexey Dobriyanfbda33b2008-11-25 17:56:49 -080055 xfrm_address_t *saddr, xfrm_address_t *daddr)
Patrick McHardya1e59ab2006-09-19 12:57:34 -070056{
Herbert Xu66cdb3c2007-11-13 21:37:28 -080057 struct dst_entry *dst;
Brian Haley191cd582008-08-14 15:33:21 -070058 struct net_device *dev;
Patrick McHardya1e59ab2006-09-19 12:57:34 -070059
David Ahern42a7b322015-08-10 16:58:11 -060060 dst = xfrm6_dst_lookup(net, 0, oif, NULL, daddr);
Herbert Xu66cdb3c2007-11-13 21:37:28 -080061 if (IS_ERR(dst))
62 return -EHOSTUNREACH;
63
Brian Haley191cd582008-08-14 15:33:21 -070064 dev = ip6_dst_idev(dst)->dev;
Jiri Benc15e318b2015-03-29 16:59:24 +020065 ipv6_dev_get_saddr(dev_net(dev), dev, &daddr->in6, 0, &saddr->in6);
Herbert Xu66cdb3c2007-11-13 21:37:28 -080066 dst_release(dst);
67 return 0;
Patrick McHardya1e59ab2006-09-19 12:57:34 -070068}
69
David S. Miller05d84022011-02-22 17:47:10 -080070static int xfrm6_get_tos(const struct flowi *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -070071{
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 return 0;
Herbert Xu25ee3282007-12-11 09:32:34 -080073}
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
Masahide NAKAMURAa1b05142007-12-20 20:41:12 -080075static int xfrm6_init_path(struct xfrm_dst *path, struct dst_entry *dst,
76 int nfheader_len)
77{
78 if (dst->ops->family == AF_INET6) {
Ian Morris67ba4152014-08-24 21:53:10 +010079 struct rt6_info *rt = (struct rt6_info *)dst;
Martin KaFai Laub197df42015-05-22 20:56:01 -070080 path->path_cookie = rt6_get_cookie(rt);
Masahide NAKAMURAa1b05142007-12-20 20:41:12 -080081 }
82
83 path->u.rt6.rt6i_nfheader_len = nfheader_len;
84
85 return 0;
86}
87
Herbert Xu87c1e122010-03-02 02:51:56 +000088static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
David S. Miller0c7b3ee2011-02-22 17:48:57 -080089 const struct flowi *fl)
Herbert Xu25ee3282007-12-11 09:32:34 -080090{
Ian Morris67ba4152014-08-24 21:53:10 +010091 struct rt6_info *rt = (struct rt6_info *)xdst->route;
Herbert Xu25ee3282007-12-11 09:32:34 -080092
93 xdst->u.dst.dev = dev;
94 dev_hold(dev);
95
Nicolas Dichtelbc8e4b92010-04-21 16:25:30 -070096 xdst->u.rt6.rt6i_idev = in6_dev_get(dev);
Cong Wang84c4a9d2013-05-09 22:40:00 +000097 if (!xdst->u.rt6.rt6i_idev) {
98 dev_put(dev);
Herbert Xu25ee3282007-12-11 09:32:34 -080099 return -ENODEV;
Cong Wang84c4a9d2013-05-09 22:40:00 +0000100 }
Herbert Xu25ee3282007-12-11 09:32:34 -0800101
102 /* Sheit... I remember I did this right. Apparently,
103 * it was magically lost, so this code needs audit */
104 xdst->u.rt6.rt6i_flags = rt->rt6i_flags & (RTF_ANYCAST |
105 RTF_LOCAL);
106 xdst->u.rt6.rt6i_metric = rt->rt6i_metric;
107 xdst->u.rt6.rt6i_node = rt->rt6i_node;
Martin KaFai Laub197df42015-05-22 20:56:01 -0700108 xdst->route_cookie = rt6_get_cookie(rt);
Herbert Xu25ee3282007-12-11 09:32:34 -0800109 xdst->u.rt6.rt6i_gateway = rt->rt6i_gateway;
110 xdst->u.rt6.rt6i_dst = rt->rt6i_dst;
111 xdst->u.rt6.rt6i_src = rt->rt6i_src;
112
113 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114}
115
116static inline void
Herbert Xud5422ef2007-12-12 10:44:16 -0800117_decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118{
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500119 struct flowi6 *fl6 = &fl->u.ip6;
Nicolas Dichtel7e3a42a2008-11-01 21:12:07 -0700120 int onlyproto = 0;
Eric Dumazetb71d1d42011-04-22 04:53:02 +0000121 const struct ipv6hdr *hdr = ipv6_hdr(skb);
Steffen Klassertde3b7a02014-12-04 09:46:20 +0100122 u16 offset = sizeof(*hdr);
YOSHIFUJI Hideakie3cae902006-04-18 14:46:52 -0700123 struct ipv6_opt_hdr *exthdr;
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700124 const unsigned char *nh = skb_network_header(skb);
Steffen Klassertf8556912014-12-08 07:56:18 +0100125 u16 nhoff = IP6CB(skb)->nhoff;
Steffen Klassert84502b52013-10-30 11:16:28 +0100126 int oif = 0;
Steffen Klassertf8556912014-12-08 07:56:18 +0100127 u8 nexthdr;
128
129 if (!nhoff)
130 nhoff = offsetof(struct ipv6hdr, nexthdr);
131
132 nexthdr = nh[nhoff];
Steffen Klassert84502b52013-10-30 11:16:28 +0100133
134 if (skb_dst(skb))
135 oif = skb_dst(skb)->dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500137 memset(fl6, 0, sizeof(struct flowi6));
138 fl6->flowi6_mark = skb->mark;
Steffen Klassert84502b52013-10-30 11:16:28 +0100139 fl6->flowi6_oif = reverse ? skb->skb_iif : oif;
Peter Kosyh44b451f2010-07-02 07:47:55 +0000140
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +0000141 fl6->daddr = reverse ? hdr->saddr : hdr->daddr;
142 fl6->saddr = reverse ? hdr->daddr : hdr->saddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143
Wei Yongjun59cae002009-07-02 16:59:49 +0000144 while (nh + offset + 1 < skb->data ||
145 pskb_may_pull(skb, nh + offset + 1 - skb->data)) {
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700146 nh = skb_network_header(skb);
147 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
YOSHIFUJI Hideakie3cae902006-04-18 14:46:52 -0700148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 switch (nexthdr) {
Nicolas Dichtel7e3a42a2008-11-01 21:12:07 -0700150 case NEXTHDR_FRAGMENT:
151 onlyproto = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 case NEXTHDR_ROUTING:
153 case NEXTHDR_HOP:
154 case NEXTHDR_DEST:
155 offset += ipv6_optlen(exthdr);
156 nexthdr = exthdr->nexthdr;
Arnaldo Carvalho de Melod56f90a2007-04-10 20:50:43 -0700157 exthdr = (struct ipv6_opt_hdr *)(nh + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 break;
159
160 case IPPROTO_UDP:
Gerrit Renkerba4e58e2006-11-27 11:10:57 -0800161 case IPPROTO_UDPLITE:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 case IPPROTO_TCP:
163 case IPPROTO_SCTP:
Patrick McHardy9e999992005-12-19 14:03:46 -0800164 case IPPROTO_DCCP:
Wei Yongjun59cae002009-07-02 16:59:49 +0000165 if (!onlyproto && (nh + offset + 4 < skb->data ||
166 pskb_may_pull(skb, nh + offset + 4 - skb->data))) {
Li RongQing789f2022014-10-22 17:09:53 +0800167 __be16 *ports;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Li RongQing789f2022014-10-22 17:09:53 +0800169 nh = skb_network_header(skb);
170 ports = (__be16 *)(nh + offset);
David S. Miller1958b852011-03-12 16:36:19 -0500171 fl6->fl6_sport = ports[!!reverse];
172 fl6->fl6_dport = ports[!reverse];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173 }
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500174 fl6->flowi6_proto = nexthdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 return;
176
177 case IPPROTO_ICMPV6:
Nicolas Dichtel7e3a42a2008-11-01 21:12:07 -0700178 if (!onlyproto && pskb_may_pull(skb, nh + offset + 2 - skb->data)) {
Li RongQing789f2022014-10-22 17:09:53 +0800179 u8 *icmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
Li RongQing789f2022014-10-22 17:09:53 +0800181 nh = skb_network_header(skb);
182 icmp = (u8 *)(nh + offset);
David S. Miller1958b852011-03-12 16:36:19 -0500183 fl6->fl6_icmp_type = icmp[0];
184 fl6->fl6_icmp_code = icmp[1];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 }
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500186 fl6->flowi6_proto = nexthdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 return;
188
Amerigo Wang07a93622012-10-29 16:23:10 +0000189#if IS_ENABLED(CONFIG_IPV6_MIP6)
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700190 case IPPROTO_MH:
Hajime Tazakicd3bafc2015-02-04 23:31:10 +0900191 offset += ipv6_optlen(exthdr);
Nicolas Dichtel7e3a42a2008-11-01 21:12:07 -0700192 if (!onlyproto && pskb_may_pull(skb, nh + offset + 3 - skb->data)) {
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700193 struct ip6_mh *mh;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700194
Li RongQing789f2022014-10-22 17:09:53 +0800195 nh = skb_network_header(skb);
196 mh = (struct ip6_mh *)(nh + offset);
David S. Miller1958b852011-03-12 16:36:19 -0500197 fl6->fl6_mh_type = mh->ip6mh_type;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700198 }
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500199 fl6->flowi6_proto = nexthdr;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700200 return;
201#endif
202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 /* XXX Why are there these headers? */
204 case IPPROTO_AH:
205 case IPPROTO_ESP:
206 case IPPROTO_COMP:
207 default:
David S. Miller1958b852011-03-12 16:36:19 -0500208 fl6->fl6_ipsec_spi = 0;
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500209 fl6->flowi6_proto = nexthdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 return;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -0700211 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 }
213}
214
Daniel Lezcano569d3642008-01-18 03:56:57 -0800215static inline int xfrm6_garbage_collect(struct dst_ops *ops)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216{
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800217 struct net *net = container_of(ops, struct net, xfrm.xfrm6_dst_ops);
218
219 xfrm6_policy_afinfo.garbage_collect(net);
Eric Dumazetfc66f952010-10-08 06:37:34 +0000220 return dst_entries_get_fast(ops) > ops->gc_thresh * 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221}
222
David S. Miller6700c272012-07-17 03:29:28 -0700223static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk,
224 struct sk_buff *skb, u32 mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225{
226 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
227 struct dst_entry *path = xdst->route;
228
David S. Miller6700c272012-07-17 03:29:28 -0700229 path->ops->update_pmtu(path, sk, skb, mtu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230}
231
David S. Miller6700c272012-07-17 03:29:28 -0700232static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk,
233 struct sk_buff *skb)
David S. Millerec18d9a2012-07-12 00:25:15 -0700234{
235 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
236 struct dst_entry *path = xdst->route;
237
David S. Miller6700c272012-07-17 03:29:28 -0700238 path->ops->redirect(path, sk, skb);
David S. Millerec18d9a2012-07-12 00:25:15 -0700239}
240
Herbert Xuaabc9762005-05-03 16:27:10 -0700241static void xfrm6_dst_destroy(struct dst_entry *dst)
242{
243 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
244
245 if (likely(xdst->u.rt6.rt6i_idev))
246 in6_dev_put(xdst->u.rt6.rt6i_idev);
David S. Miller62fa8a82011-01-26 20:51:05 -0800247 dst_destroy_metrics_generic(dst);
Herbert Xuaabc9762005-05-03 16:27:10 -0700248 xfrm_dst_destroy(xdst);
249}
250
251static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev,
252 int unregister)
253{
254 struct xfrm_dst *xdst;
255
256 if (!unregister)
257 return;
258
259 xdst = (struct xfrm_dst *)dst;
260 if (xdst->u.rt6.rt6i_idev->dev == dev) {
Denis V. Lunev5a3e55d2007-12-07 00:38:10 -0800261 struct inet6_dev *loopback_idev =
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900262 in6_dev_get(dev_net(dev)->loopback_dev);
Herbert Xuaabc9762005-05-03 16:27:10 -0700263 BUG_ON(!loopback_idev);
264
265 do {
266 in6_dev_put(xdst->u.rt6.rt6i_idev);
267 xdst->u.rt6.rt6i_idev = loopback_idev;
268 in6_dev_hold(loopback_idev);
269 xdst = (struct xfrm_dst *)xdst->u.dst.child;
270 } while (xdst->u.dst.xfrm);
271
272 __in6_dev_put(loopback_idev);
273 }
274
275 xfrm_dst_ifdown(dst, dev);
276}
277
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278static struct dst_ops xfrm6_dst_ops = {
279 .family = AF_INET6,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 .gc = xfrm6_garbage_collect,
281 .update_pmtu = xfrm6_update_pmtu,
David S. Millerec18d9a2012-07-12 00:25:15 -0700282 .redirect = xfrm6_redirect,
David S. Miller62fa8a82011-01-26 20:51:05 -0800283 .cow_metrics = dst_cow_metrics_generic,
Herbert Xuaabc9762005-05-03 16:27:10 -0700284 .destroy = xfrm6_dst_destroy,
285 .ifdown = xfrm6_dst_ifdown,
Herbert Xu862b82c2007-11-13 21:43:11 -0800286 .local_out = __ip6_local_out,
Steffen Klasserteeb1b732013-10-25 10:21:32 +0200287 .gc_thresh = 32768,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288};
289
290static struct xfrm_policy_afinfo xfrm6_policy_afinfo = {
291 .family = AF_INET6,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 .dst_ops = &xfrm6_dst_ops,
293 .dst_lookup = xfrm6_dst_lookup,
Ian Morris67ba4152014-08-24 21:53:10 +0100294 .get_saddr = xfrm6_get_saddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 .decode_session = _decode_session6,
Herbert Xu25ee3282007-12-11 09:32:34 -0800296 .get_tos = xfrm6_get_tos,
Masahide NAKAMURAa1b05142007-12-20 20:41:12 -0800297 .init_path = xfrm6_init_path,
Herbert Xu25ee3282007-12-11 09:32:34 -0800298 .fill_dst = xfrm6_fill_dst,
David S. Miller2774c132011-03-01 14:59:04 -0800299 .blackhole_route = ip6_blackhole_route,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300};
301
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800302static int __init xfrm6_policy_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303{
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800304 return xfrm_policy_register_afinfo(&xfrm6_policy_afinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305}
306
307static void xfrm6_policy_fini(void)
308{
309 xfrm_policy_unregister_afinfo(&xfrm6_policy_afinfo);
310}
311
David S. Millerdb717892009-08-04 20:32:16 -0700312#ifdef CONFIG_SYSCTL
Neil Hormana44a4a02009-07-27 08:22:46 +0000313static struct ctl_table xfrm6_policy_table[] = {
314 {
Neil Hormana44a4a02009-07-27 08:22:46 +0000315 .procname = "xfrm6_gc_thresh",
Ian Morris67ba4152014-08-24 21:53:10 +0100316 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
317 .maxlen = sizeof(int),
318 .mode = 0644,
Neil Hormana44a4a02009-07-27 08:22:46 +0000319 .proc_handler = proc_dointvec,
320 },
321 { }
322};
323
Michal Kubecek8d068872013-02-06 10:46:33 +0100324static int __net_init xfrm6_net_init(struct net *net)
325{
326 struct ctl_table *table;
327 struct ctl_table_header *hdr;
328
329 table = xfrm6_policy_table;
330 if (!net_eq(net, &init_net)) {
331 table = kmemdup(table, sizeof(xfrm6_policy_table), GFP_KERNEL);
332 if (!table)
333 goto err_alloc;
334
335 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh;
336 }
337
338 hdr = register_net_sysctl(net, "net/ipv6", table);
339 if (!hdr)
340 goto err_reg;
341
342 net->ipv6.sysctl.xfrm6_hdr = hdr;
343 return 0;
344
345err_reg:
346 if (!net_eq(net, &init_net))
347 kfree(table);
348err_alloc:
349 return -ENOMEM;
350}
351
352static void __net_exit xfrm6_net_exit(struct net *net)
353{
354 struct ctl_table *table;
355
Ian Morris63159f22015-03-29 14:00:04 +0100356 if (!net->ipv6.sysctl.xfrm6_hdr)
Michal Kubecek8d068872013-02-06 10:46:33 +0100357 return;
358
359 table = net->ipv6.sysctl.xfrm6_hdr->ctl_table_arg;
360 unregister_net_sysctl_table(net->ipv6.sysctl.xfrm6_hdr);
361 if (!net_eq(net, &init_net))
362 kfree(table);
363}
364
365static struct pernet_operations xfrm6_net_ops = {
366 .init = xfrm6_net_init,
367 .exit = xfrm6_net_exit,
368};
David S. Millerdb717892009-08-04 20:32:16 -0700369#endif
Neil Hormana44a4a02009-07-27 08:22:46 +0000370
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800371int __init xfrm6_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372{
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800373 int ret;
374
Eric Dumazetfc66f952010-10-08 06:37:34 +0000375 dst_entries_init(&xfrm6_dst_ops);
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800376
377 ret = xfrm6_policy_init();
Eric Dumazetfc66f952010-10-08 06:37:34 +0000378 if (ret) {
379 dst_entries_destroy(&xfrm6_dst_ops);
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800380 goto out;
Eric Dumazetfc66f952010-10-08 06:37:34 +0000381 }
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800382 ret = xfrm6_state_init();
383 if (ret)
384 goto out_policy;
385
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100386 ret = xfrm6_protocol_init();
387 if (ret)
388 goto out_state;
389
David S. Millerdb717892009-08-04 20:32:16 -0700390#ifdef CONFIG_SYSCTL
Michal Kubecek8d068872013-02-06 10:46:33 +0100391 register_pernet_subsys(&xfrm6_net_ops);
David S. Millerdb717892009-08-04 20:32:16 -0700392#endif
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800393out:
394 return ret;
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100395out_state:
396 xfrm6_state_fini();
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800397out_policy:
398 xfrm6_policy_fini();
399 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400}
401
402void xfrm6_fini(void)
403{
David S. Millerdb717892009-08-04 20:32:16 -0700404#ifdef CONFIG_SYSCTL
Michal Kubecek8d068872013-02-06 10:46:33 +0100405 unregister_pernet_subsys(&xfrm6_net_ops);
David S. Millerdb717892009-08-04 20:32:16 -0700406#endif
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100407 xfrm6_protocol_fini();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 xfrm6_policy_fini();
409 xfrm6_state_fini();
Eric Dumazetfc66f952010-10-08 06:37:34 +0000410 dst_entries_destroy(&xfrm6_dst_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411}