tcp: move tcp_openreq_init() to tcp_input.c
authorEric Dumazet <edumazet@google.com>
Tue, 17 Mar 2015 04:06:19 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:18:00 +0000 (15:18 -0400)
commit1bfc4438a7ef99e8a6cba0bd3a86249430256621
tree63db06a89283e694e3ff7d01e9bf05fa522f12a8
parentadc17d6a6ca08d11f70f6c49f3d40b87b68fe53f
tcp: move tcp_openreq_init() to tcp_input.c

This big helper is called once from tcp_conn_request(), there is no
point having it in an include. Compiler will inline it anyway.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c