[NETFILTER]: x_tables: mark matches and targets __read_mostly
[deliverable/linux.git] / net / netfilter / xt_tcpudp.c
index 5cb345aeeca8de5a96713b2550ebb502ead9c95f..ab7d845224fce9f7dad1b92f3d6a91d9c7c16411 100644 (file)
@@ -194,7 +194,7 @@ udp_checkentry(const char *tablename,
        return !(udpinfo->invflags & ~XT_UDP_INV_MASK);
 }
 
-static struct xt_match xt_tcpudp_match[] = {
+static struct xt_match xt_tcpudp_match[] __read_mostly = {
        {
                .name           = "tcp",
                .family         = AF_INET,
This page took 0.027395 seconds and 5 git commands to generate.