[NETFILTER]: Introduce NF_INET_ hook values
[deliverable/linux.git] / net / netfilter / xt_realm.c
index cc3e76d77a9931f7f697188967465b78d998748b..91113dcbe0f550380b8162fc0c50755506af1dee 100644 (file)
@@ -41,8 +41,8 @@ static struct xt_match realm_match __read_mostly = {
        .name           = "realm",
        .match          = match,
        .matchsize      = sizeof(struct xt_realm_info),
-       .hooks          = (1 << NF_IP_POST_ROUTING) | (1 << NF_IP_FORWARD) |
-                         (1 << NF_IP_LOCAL_OUT) | (1 << NF_IP_LOCAL_IN),
+       .hooks          = (1 << NF_INET_POST_ROUTING) | (1 << NF_INET_FORWARD) |
+                         (1 << NF_INET_LOCAL_OUT) | (1 << NF_INET_LOCAL_IN),
        .family         = AF_INET,
        .me             = THIS_MODULE
 };
This page took 0.029077 seconds and 5 git commands to generate.