All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] sctp: improve asoc streams management
@ 2017-05-31  8:36 ` Xin Long
  0 siblings, 0 replies; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ 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 ` 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   ` Xin Long
2017-05-31  8:36   ` [PATCH net-next 2/2] sctp: merge sctp_stream_new and sctp_stream_init Xin Long
2017-05-31  8:36     ` Xin Long
2017-06-02 17:56 ` [PATCH net-next 0/2] sctp: improve asoc streams management David Miller
2017-06-02 17:56   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.