aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/route.h')
-rw-r--r--include/net/route.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/route.h b/include/net/route.h
index 81b6cf27654..16eb59cd708 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -271,8 +271,6 @@ static inline struct rtable *ip_route_connect(struct flowi4 *fl4,
271 rt = __ip_route_output_key(net, fl4); 271 rt = __ip_route_output_key(net, fl4);
272 if (IS_ERR(rt)) 272 if (IS_ERR(rt))
273 return rt; 273 return rt;
274 fl4->daddr = rt->rt_dst;
275 fl4->saddr = rt->rt_src;
276 ip_rt_put(rt); 274 ip_rt_put(rt);
277 } 275 }
278 security_sk_classify_flow(sk, flowi4_to_flowi(fl4)); 276 security_sk_classify_flow(sk, flowi4_to_flowi(fl4));