blob: 79651bc71bf0d48d54e47d75cef0cd3f686e16ab [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>
David Ahern385add92015-09-29 20:07:13 -070023#include <net/l3mdev.h>
Amerigo Wang07a93622012-10-29 16:23:10 +000024#if IS_ENABLED(CONFIG_IPV6_MIP6)
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -070025#include <net/mip6.h>
26#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
David Ahern42a7b322015-08-10 16:58:11 -060028static struct dst_entry *xfrm6_dst_lookup(struct net *net, int tos, int oif,
David S. Miller5e6b9302011-02-24 00:14:45 -050029 const xfrm_address_t *saddr,
30 const xfrm_address_t *daddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -070031{
David S. Miller7e1dc7b2011-03-12 02:42:11 -050032 struct flowi6 fl6;
Herbert Xu66cdb3c2007-11-13 21:37:28 -080033 struct dst_entry *dst;
34 int err;
35
David S. Miller7e1dc7b2011-03-12 02:42:11 -050036 memset(&fl6, 0, sizeof(fl6));
David Ahern11d7a0b2016-08-14 19:52:56 -070037 fl6.flowi6_oif = l3mdev_master_ifindex_by_index(net, oif);
David Ahern41489872015-10-05 08:32:51 -060038 fl6.flowi6_flags = FLOWI_FLAG_SKIP_NH_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
David Ahern385add92015-09-29 20:07:13 -0700134 if (skb_dst(skb))
David Aherne0d56fd2016-09-10 12:09:57 -0700135 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:
Mathias Krause04a6b8b2015-09-11 09:57:20 +0200178 if (!onlyproto && (nh + offset + 2 < skb->data ||
179 pskb_may_pull(skb, nh + offset + 2 - skb->data))) {
Li RongQing789f2022014-10-22 17:09:53 +0800180 u8 *icmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
Li RongQing789f2022014-10-22 17:09:53 +0800182 nh = skb_network_header(skb);
183 icmp = (u8 *)(nh + offset);
David S. Miller1958b852011-03-12 16:36:19 -0500184 fl6->fl6_icmp_type = icmp[0];
185 fl6->fl6_icmp_code = icmp[1];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 }
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500187 fl6->flowi6_proto = nexthdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 return;
189
Amerigo Wang07a93622012-10-29 16:23:10 +0000190#if IS_ENABLED(CONFIG_IPV6_MIP6)
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700191 case IPPROTO_MH:
Hajime Tazakicd3bafc2015-02-04 23:31:10 +0900192 offset += ipv6_optlen(exthdr);
Mathias Krause04a6b8b2015-09-11 09:57:20 +0200193 if (!onlyproto && (nh + offset + 3 < skb->data ||
194 pskb_may_pull(skb, nh + offset + 3 - skb->data))) {
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700195 struct ip6_mh *mh;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700196
Li RongQing789f2022014-10-22 17:09:53 +0800197 nh = skb_network_header(skb);
198 mh = (struct ip6_mh *)(nh + offset);
David S. Miller1958b852011-03-12 16:36:19 -0500199 fl6->fl6_mh_type = mh->ip6mh_type;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700200 }
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500201 fl6->flowi6_proto = nexthdr;
Masahide NAKAMURA2ce42722006-08-23 20:39:03 -0700202 return;
203#endif
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 /* XXX Why are there these headers? */
206 case IPPROTO_AH:
207 case IPPROTO_ESP:
208 case IPPROTO_COMP:
209 default:
David S. Miller1958b852011-03-12 16:36:19 -0500210 fl6->fl6_ipsec_spi = 0;
David S. Miller7e1dc7b2011-03-12 02:42:11 -0500211 fl6->flowi6_proto = nexthdr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 return;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -0700213 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 }
215}
216
Daniel Lezcano569d3642008-01-18 03:56:57 -0800217static inline int xfrm6_garbage_collect(struct dst_ops *ops)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218{
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800219 struct net *net = container_of(ops, struct net, xfrm.xfrm6_dst_ops);
220
Florian Westphal3d7d25a2017-02-07 15:00:16 +0100221 xfrm_garbage_collect_deferred(net);
Eric Dumazetfc66f952010-10-08 06:37:34 +0000222 return dst_entries_get_fast(ops) > ops->gc_thresh * 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223}
224
David S. Miller6700c272012-07-17 03:29:28 -0700225static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk,
226 struct sk_buff *skb, u32 mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227{
228 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
229 struct dst_entry *path = xdst->route;
230
David S. Miller6700c272012-07-17 03:29:28 -0700231 path->ops->update_pmtu(path, sk, skb, mtu);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232}
233
David S. Miller6700c272012-07-17 03:29:28 -0700234static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk,
235 struct sk_buff *skb)
David S. Millerec18d9a2012-07-12 00:25:15 -0700236{
237 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
238 struct dst_entry *path = xdst->route;
239
David S. Miller6700c272012-07-17 03:29:28 -0700240 path->ops->redirect(path, sk, skb);
David S. Millerec18d9a2012-07-12 00:25:15 -0700241}
242
Herbert Xuaabc9762005-05-03 16:27:10 -0700243static void xfrm6_dst_destroy(struct dst_entry *dst)
244{
245 struct xfrm_dst *xdst = (struct xfrm_dst *)dst;
246
247 if (likely(xdst->u.rt6.rt6i_idev))
248 in6_dev_put(xdst->u.rt6.rt6i_idev);
David S. Miller62fa8a82011-01-26 20:51:05 -0800249 dst_destroy_metrics_generic(dst);
Herbert Xuaabc9762005-05-03 16:27:10 -0700250 xfrm_dst_destroy(xdst);
251}
252
253static void xfrm6_dst_ifdown(struct dst_entry *dst, struct net_device *dev,
254 int unregister)
255{
256 struct xfrm_dst *xdst;
257
258 if (!unregister)
259 return;
260
261 xdst = (struct xfrm_dst *)dst;
262 if (xdst->u.rt6.rt6i_idev->dev == dev) {
Denis V. Lunev5a3e55d2007-12-07 00:38:10 -0800263 struct inet6_dev *loopback_idev =
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +0900264 in6_dev_get(dev_net(dev)->loopback_dev);
Herbert Xuaabc9762005-05-03 16:27:10 -0700265 BUG_ON(!loopback_idev);
266
267 do {
268 in6_dev_put(xdst->u.rt6.rt6i_idev);
269 xdst->u.rt6.rt6i_idev = loopback_idev;
270 in6_dev_hold(loopback_idev);
271 xdst = (struct xfrm_dst *)xdst->u.dst.child;
272 } while (xdst->u.dst.xfrm);
273
274 __in6_dev_put(loopback_idev);
275 }
276
277 xfrm_dst_ifdown(dst, dev);
278}
279
Dan Streetmana8a572a2015-10-29 09:51:16 -0400280static struct dst_ops xfrm6_dst_ops_template = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 .family = AF_INET6,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 .gc = xfrm6_garbage_collect,
283 .update_pmtu = xfrm6_update_pmtu,
David S. Millerec18d9a2012-07-12 00:25:15 -0700284 .redirect = xfrm6_redirect,
David S. Miller62fa8a82011-01-26 20:51:05 -0800285 .cow_metrics = dst_cow_metrics_generic,
Herbert Xuaabc9762005-05-03 16:27:10 -0700286 .destroy = xfrm6_dst_destroy,
287 .ifdown = xfrm6_dst_ifdown,
Herbert Xu862b82c2007-11-13 21:43:11 -0800288 .local_out = __ip6_local_out,
Steffen Klassertc3865782015-09-29 11:40:49 +0200289 .gc_thresh = INT_MAX,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290};
291
Florian Westphal37b10382017-02-07 15:00:19 +0100292static const struct xfrm_policy_afinfo xfrm6_policy_afinfo = {
Dan Streetmana8a572a2015-10-29 09:51:16 -0400293 .dst_ops = &xfrm6_dst_ops_template,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 .dst_lookup = xfrm6_dst_lookup,
Ian Morris67ba4152014-08-24 21:53:10 +0100295 .get_saddr = xfrm6_get_saddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 .decode_session = _decode_session6,
Herbert Xu25ee3282007-12-11 09:32:34 -0800297 .get_tos = xfrm6_get_tos,
Masahide NAKAMURAa1b05142007-12-20 20:41:12 -0800298 .init_path = xfrm6_init_path,
Herbert Xu25ee3282007-12-11 09:32:34 -0800299 .fill_dst = xfrm6_fill_dst,
David S. Miller2774c132011-03-01 14:59:04 -0800300 .blackhole_route = ip6_blackhole_route,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301};
302
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800303static int __init xfrm6_policy_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304{
Florian Westphala2817d82017-02-07 15:00:17 +0100305 return xfrm_policy_register_afinfo(&xfrm6_policy_afinfo, AF_INET6);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306}
307
308static void xfrm6_policy_fini(void)
309{
310 xfrm_policy_unregister_afinfo(&xfrm6_policy_afinfo);
311}
312
David S. Millerdb717892009-08-04 20:32:16 -0700313#ifdef CONFIG_SYSCTL
Neil Hormana44a4a02009-07-27 08:22:46 +0000314static struct ctl_table xfrm6_policy_table[] = {
315 {
Neil Hormana44a4a02009-07-27 08:22:46 +0000316 .procname = "xfrm6_gc_thresh",
Ian Morris67ba4152014-08-24 21:53:10 +0100317 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
318 .maxlen = sizeof(int),
319 .mode = 0644,
Neil Hormana44a4a02009-07-27 08:22:46 +0000320 .proc_handler = proc_dointvec,
321 },
322 { }
323};
324
Dan Streetmana8a572a2015-10-29 09:51:16 -0400325static int __net_init xfrm6_net_sysctl_init(struct net *net)
Michal Kubecek8d068872013-02-06 10:46:33 +0100326{
327 struct ctl_table *table;
328 struct ctl_table_header *hdr;
329
330 table = xfrm6_policy_table;
331 if (!net_eq(net, &init_net)) {
332 table = kmemdup(table, sizeof(xfrm6_policy_table), GFP_KERNEL);
333 if (!table)
334 goto err_alloc;
335
336 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh;
337 }
338
339 hdr = register_net_sysctl(net, "net/ipv6", table);
340 if (!hdr)
341 goto err_reg;
342
343 net->ipv6.sysctl.xfrm6_hdr = hdr;
344 return 0;
345
346err_reg:
347 if (!net_eq(net, &init_net))
348 kfree(table);
349err_alloc:
350 return -ENOMEM;
351}
352
Dan Streetmana8a572a2015-10-29 09:51:16 -0400353static void __net_exit xfrm6_net_sysctl_exit(struct net *net)
Michal Kubecek8d068872013-02-06 10:46:33 +0100354{
355 struct ctl_table *table;
356
Ian Morris63159f22015-03-29 14:00:04 +0100357 if (!net->ipv6.sysctl.xfrm6_hdr)
Michal Kubecek8d068872013-02-06 10:46:33 +0100358 return;
359
360 table = net->ipv6.sysctl.xfrm6_hdr->ctl_table_arg;
361 unregister_net_sysctl_table(net->ipv6.sysctl.xfrm6_hdr);
362 if (!net_eq(net, &init_net))
363 kfree(table);
364}
Dan Streetmana8a572a2015-10-29 09:51:16 -0400365#else /* CONFIG_SYSCTL */
Arnd Bergmann318d3cc2016-06-16 15:59:25 +0200366static inline int xfrm6_net_sysctl_init(struct net *net)
Dan Streetmana8a572a2015-10-29 09:51:16 -0400367{
368 return 0;
369}
370
Arnd Bergmann318d3cc2016-06-16 15:59:25 +0200371static inline void xfrm6_net_sysctl_exit(struct net *net)
Dan Streetmana8a572a2015-10-29 09:51:16 -0400372{
373}
374#endif
375
376static int __net_init xfrm6_net_init(struct net *net)
377{
378 int ret;
379
380 memcpy(&net->xfrm.xfrm6_dst_ops, &xfrm6_dst_ops_template,
381 sizeof(xfrm6_dst_ops_template));
382 ret = dst_entries_init(&net->xfrm.xfrm6_dst_ops);
383 if (ret)
384 return ret;
385
386 ret = xfrm6_net_sysctl_init(net);
387 if (ret)
388 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops);
389
390 return ret;
391}
392
393static void __net_exit xfrm6_net_exit(struct net *net)
394{
395 xfrm6_net_sysctl_exit(net);
396 dst_entries_destroy(&net->xfrm.xfrm6_dst_ops);
397}
Michal Kubecek8d068872013-02-06 10:46:33 +0100398
399static struct pernet_operations xfrm6_net_ops = {
400 .init = xfrm6_net_init,
401 .exit = xfrm6_net_exit,
402};
Neil Hormana44a4a02009-07-27 08:22:46 +0000403
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800404int __init xfrm6_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405{
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800406 int ret;
407
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800408 ret = xfrm6_policy_init();
Dan Streetmana8a572a2015-10-29 09:51:16 -0400409 if (ret)
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800410 goto out;
Alexey Dobriyand7c75442010-01-24 22:47:53 -0800411 ret = xfrm6_state_init();
412 if (ret)
413 goto out_policy;
414
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100415 ret = xfrm6_protocol_init();
416 if (ret)
417 goto out_state;
418
Michal Kubecek8d068872013-02-06 10:46:33 +0100419 register_pernet_subsys(&xfrm6_net_ops);
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800420out:
421 return ret;
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100422out_state:
423 xfrm6_state_fini();
Daniel Lezcano0013cab2007-12-07 00:42:11 -0800424out_policy:
425 xfrm6_policy_fini();
426 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427}
428
429void xfrm6_fini(void)
430{
Michal Kubecek8d068872013-02-06 10:46:33 +0100431 unregister_pernet_subsys(&xfrm6_net_ops);
Steffen Klassert7e14ea12014-03-14 07:28:07 +0100432 xfrm6_protocol_fini();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 xfrm6_policy_fini();
434 xfrm6_state_fini();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435}