]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c614f87855e01245567497a733ccae6ccc9880d
tree63db06a89283e694e3ff7d01e9bf05fa522f12a8
parentb2068f6da6533749c36e3d5cb86fd2a2b387f648
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