]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/ipv6/tcp_ipv6.c
tcp: add queue_add_hash to tcp_request_sock_ops
authorOctavian Purdila <octavian.purdila@intel.com>
Wed, 25 Jun 2014 14:10:01 +0000 (17:10 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jun 2014 22:53:36 +0000 (15:53 -0700)
commit695da14eb0af21129187ed3810e329b21262e45f
tree34f1cdc6d14ce7e4da6d7139853847acfc20b352
parent2aec4a297b21f3690486bbf8f7d5d29281ba6a48
tcp: add queue_add_hash to tcp_request_sock_ops

Add queue_add_hash member to tcp_request_sock_ops so that we can later
unify 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/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c