[NETFILTER]: nf_conntrack: use hashtable for expectations
[deliverable/linux.git] / net / netfilter / xt_connbytes.c
index d9b2e75fbab290d149de8da829e52dce0ddb889d..dd4d79b8fc9d20ced45ef0cfc8204569fe9492da 100644 (file)
@@ -128,7 +128,7 @@ destroy(const struct xt_match *match, void *matchinfo)
        nf_ct_l3proto_module_put(match->family);
 }
 
-static struct xt_match xt_connbytes_match[] = {
+static struct xt_match xt_connbytes_match[] __read_mostly = {
        {
                .name           = "connbytes",
                .family         = AF_INET,
This page took 0.026252 seconds and 5 git commands to generate.