summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorOctavian Purdila2014-06-25 16:09:53 +0200
committerDavid S. Miller2014-06-28 00:53:35 +0200
commit16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712 (patch)
treec4ea18d24ad49b0ebb47211e810dd50e1b67f404 /include/linux/tcp.h
parentnet: remove inet6_reqsk_alloc (diff)
downloadkernel-qcow2-linux-16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712.tar.gz
kernel-qcow2-linux-16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712.tar.xz
kernel-qcow2-linux-16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712.zip
tcp: add init_req method to tcp_request_sock_ops
Move the specific IPv4/IPv6 intializations to a new method in tcp_request_sock_ops in preparation for unifying tcp_v4_conn_request and tcp_v6_conn_request. Signed-off-by: Octavian Purdila <octavian.purdila@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index a0513210798f..fa5258f322e7 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -111,10 +111,7 @@ struct tcp_request_sock_ops;
struct tcp_request_sock {
struct inet_request_sock req;
-#ifdef CONFIG_TCP_MD5SIG
- /* Only used by TCP MD5 Signature so far. */
const struct tcp_request_sock_ops *af_specific;
-#endif
struct sock *listener; /* needed for TFO */
u32 rcv_isn;
u32 snt_isn;