Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dflowcache.h17 struct flow_cache { struct
19 struct flow_cache_percpu __percpu *percpu; argument
20 struct notifier_block hotcpu_notifier;
21 int low_watermark;
22 int high_watermark;
23 struct timer_list rnd_timer;
/linux-4.4.14/net/openvswitch/
Dflow_table.c51 static struct kmem_cache *flow_cache; variable