Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h10816 struct inet_frag_queue { struct
10817 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 …]