commit | 05bfd3661448a46db3a258b316160d34cf0a1317 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri May 29 14:09:41 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 29 13:10:39 2020 -0700 |
tree | de952b229b9996e24f0b66b47fb67a3ea290dd61 | |
parent | 40ef92c6ec09bd8aaffccfa41a715d1df5625f95 [diff] |
sctp: refactor sctp_setsockopt_bindx Split out a sctp_setsockopt_bindx_kernel that takes a kernel pointer to the sockaddr and make sctp_setsockopt_bindx a small wrapper around it. This prepares for adding a new bind_add proto op. 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>