commit | 05364ca03cfd419caecb292fede20eb39667eaae | [log] [tgz] |
---|---|---|
author | Konstantin Khorenko <khorenko@virtuozzo.com> | Fri Aug 10 20:11:42 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:25:15 2018 -0700 |
tree | 134bb5ed07d0dccfb47220d5b760c5e2be8a673f | |
parent | b70f1f3af47f4a21a25678f9ee587ed7986d62f8 [diff] |
net/sctp: Make wrappers for accessing in/out streams This patch introduces wrappers for accessing in/out streams indirectly. This will enable to replace physically contiguous memory arrays of streams with flexible arrays (or maybe any other appropriate mechanism) which do memory allocation on a per-page basis. Signed-off-by: Oleg Babin <obabin@virtuozzo.com> Signed-off-by: Konstantin Khorenko <khorenko@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>