Searched defs:fqdir (Results 1 – 6 of 6) sorted by relevance
9 struct fqdir { struct11 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;23 struct work_struct destroy_work;24 struct llist_node free_list;[all …]
153 struct fqdir *fqdir, *tmp; in fqdir_free_fn() local178 struct fqdir *fqdir = container_of(work, struct fqdir, destroy_work); in fqdir_work_fn() local188 struct fqdir *fqdir = kzalloc(sizeof(*fqdir), GFP_KERNEL); in fqdir_init() local218 void fqdir_exit(struct fqdir *fqdir) in fqdir_exit()231 struct fqdir *fqdir = fq->fqdir; in inet_frag_kill() local287 struct fqdir *fqdir; in inet_frag_destroy() local306 static struct inet_frag_queue *inet_frag_alloc(struct fqdir *fqdir, in inet_frag_alloc()327 static struct inet_frag_queue *inet_frag_create(struct fqdir *fqdir, in inet_frag_create()353 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key) in inet_frag_find()
19 struct fqdir *fqdir; member
68 struct fqdir *fqdir; member120 struct fqdir *fqdir; member
78 struct fqdir *fqdir; member
Completed in 11 milliseconds