Lines Matching defs:inet_frag_queue
49 struct inet_frag_queue { struct50 spinlock_t lock;51 struct timer_list timer;52 struct hlist_node list;53 atomic_t refcnt;54 struct sk_buff *fragments;55 struct sk_buff *fragments_tail;56 ktime_t stamp;57 int len;58 int meat;59 __u8 flags;60 u16 max_size;61 struct netns_frags *net;