Lines Matching refs:inet_frag_queue
57 static void fragrun_append_to_last(struct inet_frag_queue *q, in fragrun_append_to_last()
68 static void fragrun_create(struct inet_frag_queue *q, struct sk_buff *skb) in fragrun_create()
133 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb()
229 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill()
258 struct inet_frag_queue *q = container_of(head, struct inet_frag_queue, in inet_frag_destroy_rcu()
290 void inet_frag_destroy(struct inet_frag_queue *q) in inet_frag_destroy()
315 static struct inet_frag_queue *inet_frag_alloc(struct fqdir *fqdir, in inet_frag_alloc()
319 struct inet_frag_queue *q; in inet_frag_alloc()
336 static struct inet_frag_queue *inet_frag_create(struct fqdir *fqdir, in inet_frag_create()
338 struct inet_frag_queue **prev) in inet_frag_create()
341 struct inet_frag_queue *q; in inet_frag_create()
362 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key) in inet_frag_find()
366 struct inet_frag_queue *fq = NULL, *prev; in inet_frag_find()
386 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_queue_insert()
450 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_reasm_prepare()
555 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish()
629 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q) in inet_frag_pull_head()