Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h4368 struct inet_frag_queue { struct
4369 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h3947 struct inet_frag_queue { struct
3948 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 …]