Searched defs:inet_frags (Results 1 – 1 of 1) sorted by relevance
10787 struct inet_frags { struct10788 unsigned int qsize;10789 void (*constructor)(struct inet_frag_queue *, const void *);10790 void (*destructor)(struct inet_frag_queue *);10791 void (*frag_expire)(struct timer_list *);10792 struct kmem_cache *frags_cachep;10793 const char *frags_cache_name;10794 struct rhashtable_params rhash_params;10795 refcount_t refcnt;10796 struct completion completion;