/openbmc/linux/net/sctp/ |
H A D | stream.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | proc.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ulpqueue.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | chunk.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | outqueue.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sm_statefuns.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sm_make_chunk.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | associola.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | socket.c | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | diff cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 Wed May 31 03:36:31 CDT 2017 Xin Long <lucien.xin@gmail.com> sctp: define the member stream as an object instead of pointer in asoc
As Marcelo's suggestion, stream is a fixed size member of asoc and would not grow with more streams. To avoid an allocation for it, this patch is to define it as an object instead of pointer and update the places using it, also create sctp_stream_update() called in sctp_assoc_update() to migrate the stream info from one stream to another.
Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|