commit | ce3d9544cecacd40389c399d2b7ca31acc533b70 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:15 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:44 2020 -0700 |
tree | 188689107da003fa8137181ab48f6ad973414acc | |
parent | 783da70e83967efeacf3c02c9dcfdc2b17bd62eb [diff] |
net: add sock_set_keepalive Add a helper to directly set the SO_KEEPALIVE 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>