Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205481
| From | Joe Stringer <joestringer@nicira.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv3 net-next 03/10] ipv6: Export nf_ct_frag6_gather() |
| Date | 2015-08-12 01:00 +0200 |
| Message-ID | <pWqGu-2kd-13@gated-at.bofh.it> (permalink) |
| References | <pWqGt-2kd-1@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>
---
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 — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCHv3 net-next 00/10] OVS conntrack support Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:00 +0200
[PATCHv3 net-next 03/10] ipv6: Export nf_ct_frag6_gather() Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:00 +0200
[PATCHv3 net-next 02/10] openvswitch: Move MASKED* macros to datapath.h Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:00 +0200
[PATCHv3 net-next 09/10] openvswitch: Allow matching on conntrack label Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
[PATCHv3 net-next 10/10] openvswitch: Allow attaching helpers to ct action Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
[PATCHv3 net-next 06/10] openvswitch: Allow matching on conntrack mark Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
Re: [PATCHv3 net-next 06/10] openvswitch: Allow matching on conntrack mark Pravin Shelar <pshelar@nicira.com> - 2015-08-13 01:10 +0200
Re: [PATCHv3 net-next 06/10] openvswitch: Allow matching on conntrack mark Joe Stringer <joestringer@nicira.com> - 2015-08-13 01:50 +0200
Re: [PATCHv3 net-next 06/10] openvswitch: Allow matching on conntrack mark Pravin Shelar <pshelar@nicira.com> - 2015-08-13 19:20 +0200
[PATCHv3 net-next 07/10] netfilter: Always export nf_connlabels_replace() Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
[PATCHv3 net-next 01/10] openvswitch: Serialize acts with original netlink len Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
[PATCHv3 net-next 08/10] netfilter: connlabels: Export setting connlabel length Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
[PATCHv3 net-next 04/10] dst: Add __skb_dst_copy() variation Joe Stringer <joestringer@nicira.com> - 2015-08-12 01:10 +0200
csiph-web