netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] sctp: improve asoc streams management
@ 2017-05-31  8:36 Xin Long
  2017-05-31  8:36 ` [PATCH net-next 1/2] sctp: define the member stream as an object instead of pointer in asoc Xin Long
  2017-06-02 17:56 ` [PATCH net-next 0/2] sctp: improve asoc streams management David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Xin Long @ 2017-05-31  8:36 UTC (permalink / raw)
  To: network dev, linux-sctp; +Cc: Marcelo Ricardo Leitner, Neil Horman, davem

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/associola.c       | 16 ++++----
 net/sctp/chunk.c           |  4 +-
 net/sctp/outqueue.c        | 10 ++---
 net/sctp/proc.c            |  4 +-
 net/sctp/sm_make_chunk.c   |  5 ++-
 net/sctp/sm_statefuns.c    |  8 ++--
 net/sctp/socket.c          | 14 +++----
 net/sctp/stream.c          | 93 ++++++++++++++++++++--------------------------
 net/sctp/ulpqueue.c        |  8 ++--
 10 files changed, 78 insertions(+), 91 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-02 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31  8:36 [PATCH net-next 0/2] sctp: improve asoc streams management Xin Long
2017-05-31  8:36 ` [PATCH net-next 1/2] sctp: define the member stream as an object instead of pointer in asoc Xin Long
2017-05-31  8:36   ` [PATCH net-next 2/2] sctp: merge sctp_stream_new and sctp_stream_init Xin Long
2017-06-02 17:56 ` [PATCH net-next 0/2] sctp: improve asoc streams management David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).