Lines Matching refs:inet_frag_queue
54 static void fragrun_append_to_last(struct inet_frag_queue *q, in fragrun_append_to_last()
65 static void fragrun_create(struct inet_frag_queue *q, struct sk_buff *skb) in fragrun_create()
130 struct inet_frag_queue *fq = ptr; in inet_frags_free_cb()
226 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill()
255 struct inet_frag_queue *q = container_of(head, struct inet_frag_queue, in inet_frag_destroy_rcu()
287 void inet_frag_destroy(struct inet_frag_queue *q) in inet_frag_destroy()
312 static struct inet_frag_queue *inet_frag_alloc(struct fqdir *fqdir, in inet_frag_alloc()
316 struct inet_frag_queue *q; in inet_frag_alloc()
333 static struct inet_frag_queue *inet_frag_create(struct fqdir *fqdir, in inet_frag_create()
335 struct inet_frag_queue **prev) in inet_frag_create()
338 struct inet_frag_queue *q; in inet_frag_create()
359 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key) in inet_frag_find()
363 struct inet_frag_queue *fq = NULL, *prev; in inet_frag_find()
383 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_queue_insert()
447 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_reasm_prepare()
516 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish()
585 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q) in inet_frag_pull_head()