Home
last modified time | relevance | path

Searched defs:inet_frag_queue (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/net/
Dinet_frag.h49 struct inet_frag_queue { struct
50 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;
[all …]