Searched defs:inet_frags (Results 1 – 2 of 2) sorted by relevance
4327 struct inet_frags { struct4328 unsigned int qsize;4329 void (*constructor)(struct inet_frag_queue *, const void *);4330 void (*destructor)(struct inet_frag_queue *);4331 void (*frag_expire)(struct timer_list *);4332 struct kmem_cache *frags_cachep;4333 const char *frags_cache_name;4334 struct rhashtable_params rhash_params;4335 refcount_t refcnt;4336 struct completion completion;
3902 struct inet_frags { struct3903 unsigned int qsize;3904 void (*constructor)(struct inet_frag_queue *, const void *);3905 void (*destructor)(struct inet_frag_queue *);3906 void (*frag_expire)(struct timer_list *);3907 struct kmem_cache *frags_cachep;3908 const char *frags_cache_name;3909 struct rhashtable_params rhash_params;3910 refcount_t refcnt;3911 struct completion completion;