From: Octavian Purdila Date: Wed, 25 Jun 2014 14:09:58 +0000 (+0300) Subject: tcp: add send_synack method to tcp_request_sock_ops X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~253^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6274bd8d6ea84b7b54cc1c3fde6bcb6143b104f;p=pandora-kernel.git tcp: add send_synack method to tcp_request_sock_ops Create a new tcp_request_sock_ops method to unify the IPv4/IPv6 signature for tcp_v[46]_send_synack. This allows us to later unify tcp_v4_rtx_synack with tcp_v6_rtx_synack and tcp_v4_conn_request with tcp_v4_conn_request. Signed-off-by: Octavian Purdila Signed-off-by: David S. Miller --- Reading git-diff-tree failed