Searched defs:inet_frag_queue (Results 1 – 2 of 2) sorted by relevance
4368 struct inet_frag_queue { struct4369 struct rhash_head node;4370 union {4373 } key;4374 struct timer_list timer;4375 spinlock_t lock;4376 refcount_t refcnt;4377 struct rb_root rb_fragments;4378 struct sk_buff *fragments_tail;4379 struct sk_buff *last_run_head;[all …]
3947 struct inet_frag_queue { struct3948 struct rhash_head node;3949 union {3952 } key;3953 struct timer_list timer;3954 spinlock_t lock;3955 refcount_t refcnt;3956 struct rb_root rb_fragments;3957 struct sk_buff *fragments_tail;3958 struct sk_buff *last_run_head;[all …]