]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - include/net/netfilter/ipv6/nf_dup_ipv6.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / include / net / netfilter / ipv6 / nf_dup_ipv6.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_DUP_IPV6_H_
3 #define _NF_DUP_IPV6_H_
4
5 void nf_dup_ipv6(struct net *net, struct sk_buff *skb, unsigned int hooknum,
6 const struct in6_addr *gw, int oif);
7
8 #endif /* _NF_DUP_IPV6_H_ */