GNU Linux-libre 4.14.251-gnu1
[releases.git] / include / net / netfilter / nf_nat_redirect.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_NAT_REDIRECT_H_
3 #define _NF_NAT_REDIRECT_H_
4
5 unsigned int
6 nf_nat_redirect_ipv4(struct sk_buff *skb,
7                      const struct nf_nat_ipv4_multi_range_compat *mr,
8                      unsigned int hooknum);
9 unsigned int
10 nf_nat_redirect_ipv6(struct sk_buff *skb, const struct nf_nat_range *range,
11                      unsigned int hooknum);
12
13 #endif /* _NF_NAT_REDIRECT_H_ */