diff --git a/net/core/flow.c b/net/core/flow.c index a0348fde1fdfe89844352702565d35ef8d706f24..1033725be40bd8f254ce27680e3b8abd09ad1546 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -379,7 +379,7 @@ void flow_cache_flush(struct net *net) static void flow_cache_flush_task(struct work_struct *work) { struct netns_xfrm *xfrm = container_of(work, struct netns_xfrm, - flow_cache_gc_work); + flow_cache_flush_work); struct net *net = container_of(xfrm, struct net, xfrm); flow_cache_flush(net);