commit | afe89962ee0799955b606cc7637ac86a296923a6 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Fri Mar 31 17:57:28 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 01 20:12:30 2017 -0700 |
tree | 40217ec6b6362e58e17cf91e97d8481c2c6f462d | |
parent | 612307c6bebc0651cf36b6bf76249898f595fd64 [diff] |
sctp: use right in and out stream cnt Since sctp reconf was added in sctp, the real cnt of in/out stream have not been c.sinit_max_instreams and c.sinit_num_ostreams any more. This patch is to replace them with stream->in/outcnt. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>