usr
/
src
/
kernels
/
3.10.0-1160.139.1.el7.tuxcare.els4.x86_64
/
include
/
net
➕ New
📤 Upload
✎ Editing:
flowcache.h
← Back
#ifndef _NET_FLOWCACHE_H #define _NET_FLOWCACHE_H #include <linux/interrupt.h> #include <linux/types.h> #include <linux/timer.h> #include <linux/notifier.h> struct flow_cache_percpu { struct hlist_head *hash_table; int hash_count; u32 hash_rnd; int hash_rnd_recalc; struct tasklet_struct flush_tasklet; }; struct flow_cache { u32 hash_shift; struct flow_cache_percpu __percpu *percpu; struct notifier_block hotcpu_notifier; int low_watermark; int high_watermark; struct timer_list rnd_timer; }; #endif /* _NET_FLOWCACHE_H */
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel