commit | 557eadfcc5ee8f8fa98a795e05ed21db58a65db5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:21 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | 395ea12521c20583d18d69a14b5978953a7fca12 | |
parent | ddd061b8daed3ce0c01109a69c9a2a9f9669f01a [diff] |
tcp: add tcp_sock_set_syncnt Add a helper to directly set the TCP_SYNCNT sockopt from kernel space without going through a fake uaccess. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: David S. Miller <davem@davemloft.net>