]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/net/netfilter/nf_flow_table.h
netfilter: nf_flow_table: remove union from flow_offload structure
[linux.git] / include / net / netfilter / nf_flow_table.h
index 88c8cd248213ec7c6ca78585212349b552d126cc..7f892d6c1a6dae51c267e1676ee010e3a94402dc 100644 (file)
@@ -74,10 +74,7 @@ struct flow_offload {
        struct flow_offload_tuple_rhash         tuplehash[FLOW_OFFLOAD_DIR_MAX];
        struct nf_conn                          *ct;
        u32                                     flags;
-       union {
-               /* Your private driver data here. */
-               u32             timeout;
-       };
+       u32                                     timeout;
 };
 
 #define NF_FLOW_TIMEOUT (30 * HZ)