From: Octavian Purdila Date: Wed, 25 Jun 2014 14:09:55 +0000 (+0300) Subject: tcp: add route_req method to tcp_request_sock_ops X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~253^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94e0417ad8d96d7d96b69335338ad942eaeecf1;p=pandora-kernel.git tcp: add route_req method to tcp_request_sock_ops Create wrappers with same signature for the IPv4/IPv6 request routing calls and use these wrappers (via route_req method from tcp_request_sock_ops) in tcp_v4_conn_request and tcp_v6_conn_request with the purpose of unifying the two functions in a later patch. We can later drop the wrapper functions and modify inet_csk_route_req and inet6_cks_route_req to use the same signature. Signed-off-by: Octavian Purdila Signed-off-by: David S. Miller --- Reading git-diff-tree failed