Home
last modified time | relevance | path

Searched refs:flow_table (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dflow.c44 #define flow_table(cpu) (per_cpu(flow_tables, cpu)) macro
103 flp = &flow_table(cpu)[i]; in __flow_cache_shrink()
181 if (!flow_table(cpu)) in flow_cache_lookup()
188 head = &flow_table(cpu)[hash]; in flow_cache_lookup()
259 fle = flow_table(cpu)[i]; in flow_cache_flush_tasklet()
321 flow_table(cpu) = (struct flow_cache_entry **) in flow_cache_cpu_prepare()
323 if (!flow_table(cpu)) in flow_cache_cpu_prepare()