Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dinet_frag.h48 struct inet_frag_queue { struct
49 spinlock_t lock;
50 struct timer_list timer;
51 struct hlist_node list;
52 atomic_t refcnt;
53 struct sk_buff *fragments;
54 struct sk_buff *fragments_tail;
55 ktime_t stamp;
56 int len;
57 int meat;
[all …]