Lines Matching refs:inet_frag_queue
77 struct inet_frag_queue { struct
101 void (*constructor)(struct inet_frag_queue *q, argument
103 void (*destructor)(struct inet_frag_queue *);
124 void inet_frag_kill(struct inet_frag_queue *q);
125 void inet_frag_destroy(struct inet_frag_queue *q);
126 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key);
131 static inline void inet_frag_put(struct inet_frag_queue *q) in inet_frag_put()
169 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb,
171 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
173 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head,
175 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);