Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linux
[cascardo/linux.git] / include / net / netfilter / ipv4 / nf_dup_ipv4.h
1 #ifndef _NF_DUP_IPV4_H_
2 #define _NF_DUP_IPV4_H_
3
4 void nf_dup_ipv4(struct net *net, struct sk_buff *skb, unsigned int hooknum,
5                  const struct in_addr *gw, int oif);
6
7 #endif /* _NF_DUP_IPV4_H_ */