Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h4327 struct inet_frags { struct
4328 unsigned int qsize;
4329 void (*constructor)(struct inet_frag_queue *, const void *);
4330 void (*destructor)(struct inet_frag_queue *);
4331 void (*frag_expire)(struct timer_list *);
4332 struct kmem_cache *frags_cachep;
4333 const char *frags_cache_name;
4334 struct rhashtable_params rhash_params;
4335 refcount_t refcnt;
4336 struct completion completion;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h3902 struct inet_frags { struct
3903 unsigned int qsize;
3904 void (*constructor)(struct inet_frag_queue *, const void *);
3905 void (*destructor)(struct inet_frag_queue *);
3906 void (*frag_expire)(struct timer_list *);
3907 struct kmem_cache *frags_cachep;
3908 const char *frags_cache_name;
3909 struct rhashtable_params rhash_params;
3910 refcount_t refcnt;
3911 struct completion completion;