Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[firefly-linux-kernel-4.4.55.git] / include / net / netfilter / nf_nat_redirect.h
1 #ifndef _NF_NAT_REDIRECT_H_
2 #define _NF_NAT_REDIRECT_H_
3
4 unsigned int
5 nf_nat_redirect_ipv4(struct sk_buff *skb,
6                      const struct nf_nat_ipv4_multi_range_compat *mr,
7                      unsigned int hooknum);
8 unsigned int
9 nf_nat_redirect_ipv6(struct sk_buff *skb, const struct nf_nat_range *range,
10                      unsigned int hooknum);
11
12 #endif /* _NF_NAT_REDIRECT_H_ */