Searched defs:inet_frag_queue (Results 1 – 1 of 1) sorted by relevance
12692 struct inet_frag_queue { struct12693 struct rhash_head node;12694 union {12697 } key;12698 struct timer_list timer;12699 spinlock_t lock;12700 refcount_t refcnt;12701 struct rb_root rb_fragments;12702 struct sk_buff *fragments_tail;12703 struct sk_buff *last_run_head;[all …]