Lines Matching defs:inet_frag_queue
10816 struct inet_frag_queue { struct
10817 struct rhash_head node;
10818 union {
10821 } key;
10822 struct timer_list timer;
10823 spinlock_t lock;
10824 refcount_t refcnt;
10825 struct rb_root rb_fragments;
10826 struct sk_buff *fragments_tail;
10827 struct sk_buff *last_run_head;
10828 ktime_t stamp;
10829 int len;
10830 int meat;
10831 __u8 flags;
10832 u16 max_size;
10833 struct fqdir *fqdir;
10834 struct callback_head rcu;