commit | fe31a326a4aadb4a3ba2b21deacc380d06802737 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu May 28 07:12:17 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 11:11:45 2020 -0700 |
tree | dbdc85446db7c9e70c44b1ed69b5d29ebea1e129 | |
parent | 26cfabf9cdd273650126d84a48a7f8dedbcded48 [diff] |
net: add sock_set_reuseport Add a helper to directly set the SO_REUSEPORT 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>