Lines Matching refs:inet_frag_queue
82 struct inet_frag_queue { struct
107 void (*constructor)(struct inet_frag_queue *q, argument
109 void (*destructor)(struct inet_frag_queue *);
137 void inet_frag_kill(struct inet_frag_queue *q);
138 void inet_frag_destroy(struct inet_frag_queue *q);
139 struct inet_frag_queue *inet_frag_find(struct fqdir *fqdir, void *key);
144 static inline void inet_frag_put(struct inet_frag_queue *q) in inet_frag_put()
182 int inet_frag_queue_insert(struct inet_frag_queue *q, struct sk_buff *skb,
184 void *inet_frag_reasm_prepare(struct inet_frag_queue *q, struct sk_buff *skb,
186 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head,
188 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);