These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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_ */