Searched defs:inet_frags (Results 1 – 7 of 7) sorted by relevance
11597 struct inet_frags { struct11598 unsigned int qsize;11599 void (*constructor)(struct inet_frag_queue *, const void *);11600 void (*destructor)(struct inet_frag_queue *);11601 void (*frag_expire)(struct timer_list *);11602 struct kmem_cache *frags_cachep;11603 const char *frags_cache_name;11604 struct rhashtable_params rhash_params;11605 refcount_t refcnt;11606 struct completion completion;
12663 struct inet_frags { struct12664 unsigned int qsize;12665 void (*constructor)(struct inet_frag_queue *, const void *);12666 void (*destructor)(struct inet_frag_queue *);12667 void (*frag_expire)(struct timer_list *);12668 struct kmem_cache *frags_cachep;12669 const char *frags_cache_name;12670 struct rhashtable_params rhash_params;12671 refcount_t refcnt;12672 struct completion completion;
10528 struct inet_frags { struct10529 unsigned int qsize;10530 void (*constructor)(struct inet_frag_queue *, const void *);10531 void (*destructor)(struct inet_frag_queue *);10532 void (*frag_expire)(struct timer_list *);10533 struct kmem_cache *frags_cachep;10534 const char *frags_cache_name;10535 struct rhashtable_params rhash_params;10536 refcount_t refcnt;10537 struct completion completion;
13268 struct inet_frags { struct13269 unsigned int qsize;13270 void (*constructor)(struct inet_frag_queue *, const void *);13271 void (*destructor)(struct inet_frag_queue *);13272 void (*frag_expire)(struct timer_list *);13273 struct kmem_cache *frags_cachep;13274 const char *frags_cache_name;13275 struct rhashtable_params rhash_params;13276 refcount_t refcnt;13277 struct completion completion;