diff options
author | Xin Long <[email protected]> | 2019-07-30 20:38:21 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-07-30 14:18:14 -0700 |
commit | dd8378b3af57840ef1cc87e416bd0bb35e60d8ec (patch) | |
tree | 154d93d7a0ecde8f5f5bc4644f9452be6ec61fde /tools/perf/scripts/python | |
parent | f40f1177c38cb642b65af9f077bc56241e2b41c2 (diff) |
sctp: clean up __sctp_connect
__sctp_connect is doing quit similar things as sctp_sendmsg_new_asoc.
To factor out common functions, this patch is to clean up their code
to make them look more similar:
1. create the asoc and add a peer with the 1st addr.
2. add peers with the other addrs into this asoc one by one.
while at it, also remove the unused 'addrcnt'.
Signed-off-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions