#ifndef _NET_FLOWCACHE_H #define _NET_FLOWCACHE_H #include #include #include #include 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 hlist_node node; int low_watermark; int high_watermark; struct timer_list rnd_timer; }; #endif /* _NET_FLOWCACHE_H */ repository'/>
summaryrefslogtreecommitdiff
next.git/log/include/soc/tegra/pm.h?h=nds-private-remove&id=6eac0e817aee2518a96b5ce9d02b904e0667f370&showmsg=1'>Expand)
AgeCommit message (Collapse)AuthorFilesLines
AuthorFilesLines