Re: [PATCH net-next 0/2] sctp: improve asoc streams management
From: Xin Long Date: Wed, 31 May 2017 16:36:30 +0800 > This patchset changes to define asoc->stream as an object, and also > improve some codes to make it more clearly. Series applied, thank you.
[PATCH net-next 0/2] sctp: improve asoc streams management
This patchset changes to define asoc->stream as an object, and also improve some codes to make it more clearly. Xin Long (2): sctp: define the member stream as an object instead of pointer in asoc sctp: merge sctp_stream_new and sctp_stream_init include/net/sctp/structs.h | 7 ++-- net/sctp