aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/flow.h')
-rw-r--r--include/net/flow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index f4270d4b22c3..f2080e65276d 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -102,11 +102,11 @@ struct flow_cache_ops {
102}; 102};
103 103
104typedef struct flow_cache_object *(*flow_resolve_t)( 104typedef struct flow_cache_object *(*flow_resolve_t)(
105 struct net *net, struct flowi *key, u16 family, 105 struct net *net, const struct flowi *key, u16 family,
106 u8 dir, struct flow_cache_object *oldobj, void *ctx); 106 u8 dir, struct flow_cache_object *oldobj, void *ctx);
107 107
108extern struct flow_cache_object *flow_cache_lookup( 108extern struct flow_cache_object *flow_cache_lookup(
109 struct net *net, struct flowi *key, u16 family, 109 struct net *net, const struct flowi *key, u16 family,
110 u8 dir, flow_resolve_t resolver, void *ctx); 110 u8 dir, flow_resolve_t resolver, void *ctx);
111 111
112extern void flow_cache_flush(void); 112extern void flow_cache_flush(void);