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