Lines Matching defs:fqdir
9 struct fqdir { struct
11 long high_thresh;
12 long low_thresh;
13 int timeout;
14 int max_dist;
15 struct inet_frags *f;
16 struct net *net;
17 bool dead;
19 struct rhashtable rhashtable ____cacheline_aligned_in_smp;
22 atomic_long_t mem ____cacheline_aligned_in_smp;
23 struct work_struct destroy_work;
24 struct llist_node free_list;
95 struct fqdir *fqdir; member
118 static inline void fqdir_pre_exit(struct fqdir *fqdir) in fqdir_pre_exit()
140 static inline long frag_mem_limit(const struct fqdir *fqdir) in frag_mem_limit()
145 static inline void sub_frag_mem_limit(struct fqdir *fqdir, long val) in sub_frag_mem_limit()
150 static inline void add_frag_mem_limit(struct fqdir *fqdir, long val) in add_frag_mem_limit()