commit | 1fdb8d8fefe2e7320ea15a65051758a4c4332f05 | [log] [tgz] |
---|---|---|
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | Tue Oct 03 19:20:10 2017 -0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 03 16:27:28 2017 -0700 |
tree | 82617e594a45a358cb44242df5587c2e869fab77 | |
parent | e090abd0d81c7bdbf0c0ba2224624be2b15ded0d [diff] |
sctp: factor out stream->in allocation There is 1 place allocating it and another reallocating. Move such procedures to a common function. v2: updated changelog Tested-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>