[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1496219741.git.lucien.xin@gmail.com>
Date: Wed, 31 May 2017 16:36:30 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>, linux-sctp@...r.kernel.org
Cc: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Neil Horman <nhorman@...driver.com>, davem@...emloft.net
Subject: [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/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
Powered by blists - more mailing lists