Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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_ */