]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - net/ipv6/tcp_ipv6.c
tcp: add init_req method to tcp_request_sock_ops
authorOctavian Purdila <octavian.purdila@intel.com>
Wed, 25 Jun 2014 14:09:53 +0000 (17:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jun 2014 22:53:35 +0000 (15:53 -0700)
commit16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712
treec4ea18d24ad49b0ebb47211e810dd50e1b67f404
parent476eab8251641ea2ae4666ca8a1436ebc2b8e9c3
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>
include/linux/tcp.h
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c