Searched defs:inet_frags (Results 1 – 1 of 1) sorted by relevance
78 struct inet_frags { struct79 struct inet_frag_bucket hash[INETFRAGS_HASHSZ];81 struct work_struct frags_work;82 unsigned int next_bucket;83 unsigned long last_rebuild_jiffies;84 bool rebuild;108 int inet_frags_init(struct inet_frags *); argument