]> Pileus Git - ~andy/linux/blobdiff - include/net/netfilter/nf_conntrack_helper.h
[NETFILTER]: nf_conntrack: reduce masks to a subset of tuples
[~andy/linux] / include / net / netfilter / nf_conntrack_helper.h
index b43a75ba44ac7fecb63a88a1345d7d53bcf3f613..d62e6f093af40a98a9721fc8d29c720553688fb9 100644 (file)
@@ -24,10 +24,9 @@ struct nf_conntrack_helper
                                         * expected connections */
        unsigned int timeout;           /* timeout for expecteds */
 
-       /* Mask of things we will help (compared against server response) */
+       /* Tuple of things we will help (compared against server response) */
        struct nf_conntrack_tuple tuple;
-       struct nf_conntrack_tuple mask;
-       
+
        /* Function to call when data passes; return verdict, or -1 to
            invalidate. */
        int (*help)(struct sk_buff **pskb,