commit | f26f995122f4c16c3a863aacbe85043135976632 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Tue Jul 30 20:38:22 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 30 14:18:14 2019 -0700 |
tree | 53b0f5a6f7ddbf532003bff2aee85bc91c37857d | |
parent | dd8378b3af57840ef1cc87e416bd0bb35e60d8ec [diff] |
sctp: factor out sctp_connect_new_asoc In this function factored out from sctp_sendmsg_new_asoc() and __sctp_connect(), it creates the asoc and adds a peer with the 1st addr. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>