diff options
Diffstat (limited to 'include/net/flow.h')
-rw-r--r-- | include/net/flow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/flow.h b/include/net/flow.h index d23e7fa2042e..bee3741e5a6f 100644 --- a/include/net/flow.h +++ b/include/net/flow.h | |||
@@ -218,9 +218,10 @@ struct flow_cache_object *flow_cache_lookup(struct net *net, | |||
218 | const struct flowi *key, u16 family, | 218 | const struct flowi *key, u16 family, |
219 | u8 dir, flow_resolve_t resolver, | 219 | u8 dir, flow_resolve_t resolver, |
220 | void *ctx); | 220 | void *ctx); |
221 | int flow_cache_init(struct net *net); | ||
221 | 222 | ||
222 | void flow_cache_flush(void); | 223 | void flow_cache_flush(struct net *net); |
223 | void flow_cache_flush_deferred(void); | 224 | void flow_cache_flush_deferred(struct net *net); |
224 | extern atomic_t flow_cache_genid; | 225 | extern atomic_t flow_cache_genid; |
225 | 226 | ||
226 | #endif | 227 | #endif |