1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_DUP_IPV6_H_
3 #define _NF_DUP_IPV6_H_
4 
5 #include <linux/skbuff.h>
6 
7 void nf_dup_ipv6(struct net *net, struct sk_buff *skb, unsigned int hooknum,
8 		 const struct in6_addr *gw, int oif);
9 
10 #endif /* _NF_DUP_IPV6_H_ */
11