[NETFILTER]: Introduce NF_INET_ hook values
[deliverable/linux.git] / include / net / netfilter / nf_nat.h
index 6ae52f7c9f557facd58c94be4fc7f6c68bbac22c..76da32292bcdbde194b60b89ea03be375586fbff 100644 (file)
@@ -12,7 +12,8 @@ enum nf_nat_manip_type
 };
 
 /* SRC manip occurs POST_ROUTING or LOCAL_IN */
-#define HOOK2MANIP(hooknum) ((hooknum) != NF_IP_POST_ROUTING && (hooknum) != NF_IP_LOCAL_IN)
+#define HOOK2MANIP(hooknum) ((hooknum) != NF_INET_POST_ROUTING && \
+                            (hooknum) != NF_INET_LOCAL_IN)
 
 #define IP_NAT_RANGE_MAP_IPS 1
 #define IP_NAT_RANGE_PROTO_SPECIFIED 2
This page took 0.023968 seconds and 5 git commands to generate.