[NETNS][FRAGS]: Make the LRU list per namespace.
[deliverable/linux.git] / include / net / inet_frag.h
index 1917fbeb362bc67408e4fd000916b86d6350cb11..3695ff4cfe6324359fa29fe924281887e4dc932f 100644 (file)
@@ -4,6 +4,7 @@
 struct netns_frags {
        int                     nqueues;
        atomic_t                mem;
+       struct list_head        lru_list;
 
        /* sysctls */
        int                     timeout;
@@ -32,7 +33,6 @@ struct inet_frag_queue {
 #define INETFRAGS_HASHSZ               64
 
 struct inet_frags {
-       struct list_head        lru_list;
        struct hlist_head       hash[INETFRAGS_HASHSZ];
        rwlock_t                lock;
        u32                     rnd;
This page took 0.024968 seconds and 5 git commands to generate.