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()
225 void inet_frag_kill(struct inet_frag_queue *fq) in inet_frag_kill()
254 struct inet_frag_queue *q = container_of(head, struct inet_frag_queue, in inet_frag_destroy_rcu()
285 void inet_frag_destroy(struct inet_frag_queue *q) in inet_frag_destroy()
306 static struct inet_frag_queue *inet_frag_alloc(struct fqdir *fqdir, in inet_frag_alloc()
310 struct inet_frag_queue *q; in inet_frag_alloc()
327 static struct inet_frag_queue *inet_frag_create(struct fqdir *fqdir, in inet_frag_create()
329 struct inet_frag_queue **prev) in inet_frag_create()
332 struct inet_frag_queue *q; in inet_frag_create()
353 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key) in inet_frag_find()
357 struct inet_frag_queue *fq = NULL, *prev; in inet_frag_find()
377 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_queue_insert()
441 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb, in inet_frag_reasm_prepare()
510 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish()
579 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q) in inet_frag_pull_head()