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 *);
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) in inet_frag_put()
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);