Searched defs:inet_frag_queue (Results 1 – 1 of 1) sorted by relevance
10816 struct inet_frag_queue { struct10817 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;[all …]