Lines Matching defs:fqdir
13 struct fqdir { struct
15 long high_thresh;
16 long low_thresh;
17 int timeout;
18 int max_dist;
19 struct inet_frags *f;
20 struct net *net;
21 bool dead;
23 struct rhashtable rhashtable ____cacheline_aligned_in_smp;
26 atomic_long_t mem ____cacheline_aligned_in_smp;
27 struct work_struct destroy_work;
28 struct llist_node free_list;
103 struct fqdir *fqdir; member
126 static inline void fqdir_pre_exit(struct fqdir *fqdir) in fqdir_pre_exit()
156 static inline long frag_mem_limit(const struct fqdir *fqdir) in frag_mem_limit()
161 static inline void sub_frag_mem_limit(struct fqdir *fqdir, long val) in sub_frag_mem_limit()
166 static inline void add_frag_mem_limit(struct fqdir *fqdir, long val) in add_frag_mem_limit()