Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / net / netfilter / ipv4 / nf_nat_masquerade.h
1 #ifndef _NF_NAT_MASQUERADE_IPV4_H_
2 #define _NF_NAT_MASQUERADE_IPV4_H_
3
4 #include <net/netfilter/nf_nat.h>
5
6 unsigned int
7 nf_nat_masquerade_ipv4(struct sk_buff *skb, unsigned int hooknum,
8                        const struct nf_nat_range *range,
9                        const struct net_device *out);
10
11 void nf_nat_masquerade_ipv4_register_notifier(void);
12 void nf_nat_masquerade_ipv4_unregister_notifier(void);
13
14 #endif /*_NF_NAT_MASQUERADE_IPV4_H_ */