Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b490047 authored by Joe Stringer's avatar Joe Stringer Committed by David S. Miller
Browse files

ipv6: Export nf_ct_frag6_gather()

parent be26b9a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -633,6 +633,7 @@ struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb, u32 user)
	kfree_skb(clone);
	return skb;
}
EXPORT_SYMBOL_GPL(nf_ct_frag6_gather);

void nf_ct_frag6_consume_orig(struct sk_buff *skb)
{