]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: add tcp_conn_request
authorOctavian Purdila <octavian.purdila@intel.com>
Wed, 25 Jun 2014 14:10:02 +0000 (17:10 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jun 2014 22:53:37 +0000 (15:53 -0700)
commitb717cd6f223efc9b1d957b87fb19dc4f4db513ea
treeb7ba1708058d6c13ee686da1fce92a7d71b84c0f
parent5fd07700f89efb2b2e7ba3a8e0f5816307d1532b
tcp: add tcp_conn_request

Create tcp_conn_request and remove most of the code from
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_input.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c