commit | 2bfd80f9edbfc18c6247be929df3b348329141a0 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Thu Mar 01 23:05:11 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 04 13:00:56 2018 -0500 |
tree | 573885b8b669dd485369e56710658b8f6c2854d2 | |
parent | f84af33138a827dbdf7ee0df2ed82377b43cd1cc [diff] |
sctp: factor out sctp_sendmsg_new_asoc from sctp_sendmsg This patch is to move the codes for creating a new asoc if no asoc was found into sctp_sendmsg_new_asoc. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>