commit | 480aeb9639d6a077c611b303a22f9b1e5937d081 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:25 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | 923c33a2592c8822ab15abc0929df23adda27a9f | |
parent | d41ecaac903c9f4658a71d4e7a708673cfb5abba [diff] |
tcp: add tcp_sock_set_keepcnt Add a helper to directly set the TCP_KEEPCNT 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>