]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: uninline tcp_oow_rate_limited()
authorEric Dumazet <edumazet@google.com>
Tue, 17 Mar 2015 04:06:20 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:18:00 +0000 (15:18 -0400)
commit31141ef45a6c09257e62962b80574c90daa26e08
tree9c5c365b44d7e6f4e7701d8235402b914ce25b79
parent3c614f87855e01245567497a733ccae6ccc9880d
tcp: uninline tcp_oow_rate_limited()

tcp_oow_rate_limited() is hardly used in fast path, there is
no point inlining it.

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