]> git.ipfire.org Git - people/arne_f/kernel.git/blame - include/net/netfilter/ipv4/nf_dup_ipv4.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / include / net / netfilter / ipv4 / nf_dup_ipv4.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bbde9fc1
PNA
2#ifndef _NF_DUP_IPV4_H_
3#define _NF_DUP_IPV4_H_
4
206e8c00 5void nf_dup_ipv4(struct net *net, struct sk_buff *skb, unsigned int hooknum,
bbde9fc1
PNA
6 const struct in_addr *gw, int oif);
7
8#endif /* _NF_DUP_IPV4_H_ */