Lines Matching defs:fqdir
12 struct fqdir { struct
14 long high_thresh;
15 long low_thresh;
16 int timeout;
17 int max_dist;
18 struct inet_frags *f;
19 struct net *net;
20 bool dead;
22 struct rhashtable rhashtable ____cacheline_aligned_in_smp;
25 atomic_long_t mem ____cacheline_aligned_in_smp;
26 struct work_struct destroy_work;
27 struct llist_node free_list;
100 struct fqdir *fqdir; member
123 static inline void fqdir_pre_exit(struct fqdir *fqdir) in fqdir_pre_exit()
152 static inline long frag_mem_limit(const struct fqdir *fqdir) in frag_mem_limit()
157 static inline void sub_frag_mem_limit(struct fqdir *fqdir, long val) in sub_frag_mem_limit()
162 static inline void add_frag_mem_limit(struct fqdir *fqdir, long val) in add_frag_mem_limit()