Lines Matching refs:inet_frag_queue
48 struct inet_frag_queue { struct
96 unsigned int (*hashfn)(const struct inet_frag_queue *);
97 bool (*match)(const struct inet_frag_queue *q,
99 void (*constructor)(struct inet_frag_queue *q,
101 void (*destructor)(struct inet_frag_queue *);
122 void inet_frag_kill(struct inet_frag_queue *q, struct inet_frags *f);
123 void inet_frag_destroy(struct inet_frag_queue *q, struct inet_frags *f);
124 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf,
127 void inet_frag_maybe_warn_overflow(struct inet_frag_queue *q,
130 static inline void inet_frag_put(struct inet_frag_queue *q, struct inet_frags *f) in inet_frag_put()
136 static inline bool inet_frag_evicting(struct inet_frag_queue *q) in inet_frag_evicting()