summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/ipv6/nf_nat_redirect.h
blob: 1ebdffc461cc844fb8db43010819e2fda8140049 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _NF_NAT_REDIRECT_IPV6_H_
#define _NF_NAT_REDIRECT_IPV6_H_

unsigned int
nf_nat_redirect_ipv6(struct sk_buff *skb, const struct nf_nat_range *range,
		     unsigned int hooknum);

#endif /* _NF_NAT_REDIRECT_IPV6_H_ */