[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180228212840.32320-1-sheena.mira-ato@alliedtelesis.co.nz>
Date: Thu, 1 Mar 2018 10:28:40 +1300
From: Sheena Mira-ato <sheena.mira-ato@...iedtelesis.co.nz>
To: netdev@...r.kernel.org
Cc: Sheena Mira-ato <sheena.mira-ato@...iedtelesis.co.nz>
Subject: [PATCH] IP6 Fragment: Export ip6_fragment function
Export the ip6_fragment function so other loadable kernel
modules can access it. The ipv4 version is already
exported.
---
net/ipv6/ip6_output.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 997c7f19ad62..8604031f0a93 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -887,6 +887,7 @@ int ip6_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
kfree_skb(skb);
return err;
}
+EXPORT_SYMBOL(ip6_fragment);
static inline int ip6_rt_check(const struct rt6key *rt_key,
const struct in6_addr *fl_addr,
--
2.16.2
Powered by blists - more mailing lists