Home
last modified time | relevance | path

Searched defs:inet_frags (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/net/
Dinet_frag.h78 struct inet_frags { struct
79 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