Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1209545
| From | Joe Stringer <joestringer@nicira.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv4 net-next 03/10] ipv6: Export nf_ct_frag6_gather() |
| Date | 2015-08-19 01:50 +0200 |
| Message-ID | <pYYNJ-5lR-13@gated-at.bofh.it> (permalink) |
| References | <pYYNI-5lR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
---
v4: Add ack.
---
net/ipv6/netfilter/nf_conntrack_reasm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 6d02498..701cd2b 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -633,6 +633,7 @@ ret_orig:
kfree_skb(clone);
return skb;
}
+EXPORT_SYMBOL_GPL(nf_ct_frag6_gather);
void nf_ct_frag6_consume_orig(struct sk_buff *skb)
{
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCHv4 net-next 03/10] ipv6: Export nf_ct_frag6_gather() Joe Stringer <joestringer@nicira.com> - 2015-08-19 01:50 +0200
csiph-web