commit | 50a41591f11022dcf76c23238dce1a1a62470c46 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Mar 10 12:11:09 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:22:23 2017 -0700 |
tree | 8bff0bef2b56db645094a1268294ff1393bddfeb | |
parent | b444153fb5a647448c2080ad28656ad183cae4fc [diff] |
sctp: implement receiver-side procedures for the Add Outgoing Streams Request Parameter This patch is to add Receiver-Side Procedures for the Add Outgoing Streams Request Parameter described in section 5.2.5. It is also to improve sctp_chunk_lookup_strreset_param, so that it can be used for processing addstrm_out request. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>