commit | 1bfc4438a7ef99e8a6cba0bd3a86249430256621 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Mar 16 21:06:19 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 17 15:18:00 2015 -0400 |
tree | 63db06a89283e694e3ff7d01e9bf05fa522f12a8 | |
parent | adc17d6a6ca08d11f70f6c49f3d40b87b68fe53f [diff] |
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>