Home
last modified time | relevance | path

Searched hist:cee360ab4dd66fc1de33a5fa1cb418fa21c27ce3 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/sctp/
H A Dstream.cdiff 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 Dproc.cdiff 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 Dulpqueue.cdiff 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 Dchunk.cdiff 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 Doutqueue.cdiff 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 Dsm_statefuns.cdiff 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 Dsm_make_chunk.cdiff 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 Dassociola.cdiff 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 Dsocket.cdiff 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 Dstructs.hdiff 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>