commit | 71c48eb81c9ecb6fed49dc33e7c9b621fdcb7bf8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:23 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | f54423f3d3f22c039e685c108f98ea4d846bc9a0 | |
parent | c488aeadcbd002a992593e6090d54e8ac27c4310 [diff] |
tcp: add tcp_sock_set_keepidle Add a helper to directly set the TCP_KEEP_IDLE sockopt from kernel space without going through a fake uaccess. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>