ARM: dts: sun7i: bananapi-m1-plus: Reindent whole file using tabs
[deliverable/linux.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_ */
This page took 0.031119 seconds and 5 git commands to generate.