commit | ddd061b8daed3ce0c01109a69c9a2a9f9669f01a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:20 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | eebfb22dbad653b06ad66ae75863f3ca011510ea | |
parent | 12abc5ee7873a085cc280240822b8ac53c86fecd [diff] |
tcp: add tcp_sock_set_quickack Add a helper to directly set the TCP_QUICKACK sockopt from kernel space without going through a fake uaccess. Cleanup the callers to avoid pointless wrappers now that this is a simple function call. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>