aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv4/nf_nat_redirect.h
blob: 19e1df3a0a4d34c7c1a8f6692f807e3c6c93d559 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _NF_NAT_REDIRECT_IPV4_H_
#define _NF_NAT_REDIRECT_IPV4_H_

unsigned int
nf_nat_redirect_ipv4(struct sk_buff *skb,
		     const struct nf_nat_ipv4_multi_range_compat *mr,
		     unsigned int hooknum);

#endif /* _NF_NAT_REDIRECT_IPV4_H_ */