]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/flow.h
net: Add a flow_cache_flush_deferred function
[karo-tx-linux.git] / include / net / flow.h
index a09447749e2d59a467c51cde514b35cef79c9b1b..57f15a7f1cddcb4a254cd52f46c914cce176caea 100644 (file)
@@ -207,6 +207,7 @@ extern struct flow_cache_object *flow_cache_lookup(
                u8 dir, flow_resolve_t resolver, void *ctx);
 
 extern void flow_cache_flush(void);
+extern void flow_cache_flush_deferred(void);
 extern atomic_t flow_cache_genid;
 
 #endif