Lines Matching defs:inet_frag_queue
59 * struct inet_frag_queue - fragment queue
77 struct inet_frag_queue {
101 void (*constructor)(struct inet_frag_queue *q,
103 void (*destructor)(struct inet_frag_queue *);
131 void inet_frag_kill(struct inet_frag_queue *q);
132 void inet_frag_destroy(struct inet_frag_queue *q);
133 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key);
138 static inline void inet_frag_put(struct inet_frag_queue *q)
176 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb,
178 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
180 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head,
182 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);