Skip to content

Commit 5b49004

Browse files
joestringerdavem330
authored andcommitted
ipv6: Export nf_ct_frag6_gather()
Signed-off-by: Joe Stringer <[email protected]> Acked-by: Thomas Graf <[email protected]> Acked-by: Pravin B Shelar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent be26b9a commit 5b49004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv6/netfilter/nf_conntrack_reasm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb, u32 user)
633633
kfree_skb(clone);
634634
return skb;
635635
}
636+
EXPORT_SYMBOL_GPL(nf_ct_frag6_gather);
636637

637638
void nf_ct_frag6_consume_orig(struct sk_buff *skb)
638639
{

0 commit comments

Comments
 (0)