commit | 40ef92c6ec09bd8aaffccfa41a715d1df5625f95 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 29 14:09:40 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 29 13:10:39 2020 -0700 |
tree | 23f65f7f76323bef1a6110720ae0c97725fff893 | |
parent | f26e9b2c0bf3a7a515b2e92763182bcd81628a5f [diff] |
sctp: add sctp_sock_set_nodelay Add a helper to directly set the SCTP_NODELAY sockopt from kernel space without going through a fake uaccess. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>