commit | c488aeadcbd002a992593e6090d54e8ac27c4310 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:22 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | 88fa0208206176037a7bd7fba3784e92c00e6988 | |
parent | 557eadfcc5ee8f8fa98a795e05ed21db58a65db5 [diff] |
tcp: add tcp_sock_set_user_timeout Add a helper to directly set the TCP_USER_TIMEOUT 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>