]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: move fastopen functions to tcp_fastopen.c
authorYuchung Cheng <ycheng@google.com>
Mon, 12 May 2014 03:22:09 +0000 (20:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2014 21:53:02 +0000 (17:53 -0400)
commit5b7ed0892f2af4e60b9a8d2c71c77774512a6cb9
tree39c6fa6e97446aafb67a51de9d6624788b334c2a
parent4b9734e547aaa947e56480ecf6d509cf9cc307cc
tcp: move fastopen functions to tcp_fastopen.c

Move common TFO functions that will be used by both v4 and v6
to tcp_fastopen.c. Create a helper tcp_fastopen_queue_check().

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Daniel Lee <longinus00@gmail.com>
Signed-off-by: Jerry Chu <hkchu@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_fastopen.c
net/ipv4/tcp_ipv4.c