Lines Matching defs:inet_frag_queue
66 * struct inet_frag_queue - fragment queue
85 struct inet_frag_queue {
110 void (*constructor)(struct inet_frag_queue *q,
112 void (*destructor)(struct inet_frag_queue *);
140 void inet_frag_kill(struct inet_frag_queue *q);
141 void inet_frag_destroy(struct inet_frag_queue *q);
142 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key);
148 static inline void inet_frag_put(struct inet_frag_queue *q)
186 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb,
188 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
190 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head,
192 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);