]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions
authorDave Watson <davejwatson@fb.com>
Wed, 14 Jun 2017 18:37:26 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Jun 2017 16:12:40 +0000 (12:12 -0400)
commit51153cd831a2e28af4f32d0f5135ad008ff45a35
treeb4fb14a65da9ebe7c0ca71ccb7b1777013ab4936
parent83c82325ff1c009f26e6e0865aa7e72055f90463
tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions

Export do_tcp_sendpages and tcp_rate_check_app_limited, since tls will need to
sendpages while the socket is already locked.

tcp_sendpage is exported, but requires the socket lock to not be held already.

Signed-off-by: Aviad Yehezkel <aviadye@mellanox.com>
Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com>
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: Dave Watson <davejwatson@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_rate.c